1
0
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:
sjaakola
2020-04-15 23:41:46 +03:00
parent d0255569b0
commit b0f2bca2db
5 changed files with 9 additions and 5 deletions

View File

@@ -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.