mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Refs codership/wsrep-API#21 added support for the IMPLICIT_DEPS WS flag
This commit is contained in:
committed by
Daniele Sciascia
parent
8ffad51822
commit
fd07ff12e4
@ -219,6 +219,7 @@ namespace wsrep
|
||||
static const int native = (1 << 6);
|
||||
static const int prepare = (1 << 7);
|
||||
static const int snapshot = (1 << 8);
|
||||
static const int implicit_deps = (1 << 9);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user