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:
@ -90,6 +90,7 @@
|
||||
#include "logger.hpp"
|
||||
#include "provider.hpp"
|
||||
#include "compiler.hpp"
|
||||
#include "xid.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
@ -268,7 +269,7 @@ namespace wsrep
|
||||
* Find a streaming applier matching xid
|
||||
*/
|
||||
wsrep::high_priority_service* find_streaming_applier(
|
||||
const std::string& xid) const;
|
||||
const wsrep::xid& xid) const;
|
||||
|
||||
/**
|
||||
* Load WSRep provider.
|
||||
|
Reference in New Issue
Block a user