#include <LockSequencer.h>
Public Attributes | |
std::string | name |
Pathname of file that is locked. More... | |
uint32_t | mode |
lock mode (LOCK_MODE_SHARED or LOCK_MODE_EXCLUSIVE) More... | |
uint64_t | generation |
Definition at line 36 of file LockSequencer.h.
uint64_t Hyperspace::LockSequencer::generation |
Definition at line 42 of file LockSequencer.h.
uint32_t Hyperspace::LockSequencer::mode |
lock mode (LOCK_MODE_SHARED or LOCK_MODE_EXCLUSIVE)
Definition at line 40 of file LockSequencer.h.
std::string Hyperspace::LockSequencer::name |
Pathname of file that is locked.
Definition at line 38 of file LockSequencer.h.