mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Add type wsrep::xid
Create type `wsrep::xid`, and change all signatures that take `std::string xid` to take `wsrep::xid xid`.
This commit is contained in:
@ -55,7 +55,7 @@ namespace wsrep
|
||||
const wsrep::ws_handle&,
|
||||
const wsrep::ws_meta&,
|
||||
const wsrep::const_buffer&,
|
||||
const std::string&) WSREP_OVERRIDE
|
||||
const wsrep::xid&) WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
int remove_fragments(const wsrep::ws_meta&) WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
|
@ -40,7 +40,7 @@ class mock_server_state;
|
||||
wsrep::transaction_id,
|
||||
int,
|
||||
const wsrep::const_buffer&,
|
||||
const std::string&) WSREP_OVERRIDE
|
||||
const wsrep::xid&) WSREP_OVERRIDE
|
||||
{ return 0; }
|
||||
|
||||
int update_fragment_meta(const wsrep::ws_meta&) WSREP_OVERRIDE
|
||||
|
Reference in New Issue
Block a user