The fours integers markers (aka "canary") associated with the environment.
More...
#include <mdbx.h>
|
uint64_t | x |
|
uint64_t | y |
|
uint64_t | z |
|
uint64_t | v |
|
The fours integers markers (aka "canary") associated with the environment.
- See also
- mdbx_canary_set()
-
mdbx_canary_get()
The x
, y
and z
values could be set by mdbx_canary_put(), while the 'v' will be always set to the transaction number. Updated values becomes visible outside the current transaction only after it was committed. Current values could be retrieved by mdbx_canary_get().
The documentation for this struct was generated from the following file: