mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Refactored high priority service out of client service.
This commit is contained in:
@ -42,9 +42,8 @@ namespace db
|
||||
}
|
||||
void donate_sst(const std::string&, const wsrep::gtid&, bool);
|
||||
wsrep::client_state* local_client_state();
|
||||
wsrep::client_state* streaming_applier_client_state();
|
||||
void release_client_state(wsrep::client_state*);
|
||||
|
||||
wsrep::high_priority_service* streaming_applier_service();
|
||||
private:
|
||||
void start_client(size_t id);
|
||||
|
||||
|
Reference in New Issue
Block a user