mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-02 05:22:26 +03:00
Renamed invalid to undefined. More utility functions.
This commit is contained in:
@ -19,7 +19,7 @@ namespace wsrep
|
||||
: id_(static_cast<type>(id))
|
||||
{ }
|
||||
type get() const { return id_; }
|
||||
static type invalid() { return -1; }
|
||||
static type undefined() { return -1; }
|
||||
private:
|
||||
type id_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user