mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Refactored most of the server_state interface into server_service
abstract interface.
This commit is contained in:
@ -12,8 +12,12 @@
|
||||
namespace wsrep
|
||||
{
|
||||
class client_state;
|
||||
class ws_meta;
|
||||
class gtid;
|
||||
class view;
|
||||
class server_service
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* Create client state instance which acts only locally, i.e. does
|
||||
* not participate in replication. However, local client
|
||||
|
Reference in New Issue
Block a user