mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Execution context switching for high priority service.
This commit is contained in:
@ -25,6 +25,7 @@ namespace wsrep
|
||||
{ }
|
||||
type get() const { return id_; }
|
||||
static unsigned long long undefined() { return type(-1); }
|
||||
bool is_undefined() const { return (id_ == type(-1)); }
|
||||
bool operator<(const transaction_id& other) const
|
||||
{
|
||||
return (id_ < other.id_);
|
||||
|
Reference in New Issue
Block a user