mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Cleaned up client_state interface.
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
class client_service;
|
||||
class client_state;
|
||||
class key;
|
||||
class const_buffer;
|
||||
@ -138,6 +139,7 @@ namespace wsrep
|
||||
|
||||
wsrep::provider& provider_;
|
||||
wsrep::server_service& server_service_;
|
||||
wsrep::client_service& client_service_;
|
||||
wsrep::client_state& client_state_;
|
||||
wsrep::transaction_id id_;
|
||||
enum state state_;
|
||||
|
Reference in New Issue
Block a user