mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
codership/wsrep-lib#52 Removed client_service do_2pc()
This commit is contained in:
@ -33,6 +33,7 @@ namespace wsrep
|
||||
wsrep::mock_client_state* client_state,
|
||||
bool replaying)
|
||||
: wsrep::high_priority_service(server_state)
|
||||
, do_2pc_()
|
||||
, fail_next_applying_()
|
||||
, fail_next_toi_()
|
||||
, client_state_(client_state)
|
||||
@ -74,6 +75,7 @@ namespace wsrep
|
||||
{
|
||||
return client_state_;
|
||||
}
|
||||
bool do_2pc_;
|
||||
bool fail_next_applying_;
|
||||
bool fail_next_toi_;
|
||||
private:
|
||||
|
Reference in New Issue
Block a user