mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Refactored storage service out of client service interface.
This commit is contained in:
@ -33,6 +33,9 @@ namespace wsrep
|
||||
|
||||
void adopt_transaction(const wsrep::transaction&) WSREP_OVERRIDE;
|
||||
int apply_write_set(const wsrep::const_buffer&) WSREP_OVERRIDE;
|
||||
int append_fragment(const wsrep::ws_meta&,
|
||||
const wsrep::const_buffer& data) WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
int commit() WSREP_OVERRIDE;
|
||||
int rollback() WSREP_OVERRIDE;
|
||||
int apply_toi(const wsrep::ws_meta&,
|
||||
|
Reference in New Issue
Block a user