mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +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:
@ -32,6 +32,7 @@
|
||||
#include "transaction_id.hpp"
|
||||
#include "id.hpp"
|
||||
#include "buffer.hpp"
|
||||
#include "xid.hpp"
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
@ -64,7 +65,7 @@ namespace wsrep
|
||||
wsrep::transaction_id client_id,
|
||||
int flags,
|
||||
const wsrep::const_buffer& data,
|
||||
const std::string& xid) = 0;
|
||||
const wsrep::xid& xid) = 0;
|
||||
|
||||
/**
|
||||
* Update fragment meta data after certification process.
|
||||
|
Reference in New Issue
Block a user