1
0
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:
Teemu Ollakka
2018-07-02 18:22:24 +03:00
parent 658a84a7d4
commit 635eaf4c29
28 changed files with 556 additions and 261 deletions

View File

@ -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);