mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Renamed invalid to undefined. More utility functions.
This commit is contained in:
@ -52,7 +52,7 @@ namespace wsrep
|
||||
{ return id_; }
|
||||
|
||||
bool active() const
|
||||
{ return (id_ != wsrep::transaction_id::invalid()); }
|
||||
{ return (id_ != wsrep::transaction_id::undefined()); }
|
||||
|
||||
|
||||
void state(wsrep::unique_lock<wsrep::mutex>&, enum state);
|
||||
|
Reference in New Issue
Block a user