mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-08-06 15:02:41 +03:00
Added aborted parameter for set_position() method
This commit is contained in:
@@ -190,7 +190,8 @@ namespace wsrep
|
||||
*/
|
||||
virtual void set_position(
|
||||
wsrep::client_service& client_service,
|
||||
const wsrep::gtid& gtid) = 0;
|
||||
const wsrep::gtid& gtid,
|
||||
bool aborted) = 0;
|
||||
|
||||
/**
|
||||
* Log a state change event.
|
||||
|
Reference in New Issue
Block a user