|
pstore2
|
The lock-block is a small struct placed immediately after the file header which is used by the transaction lock. More...
#include <file_header.hpp>
Public Attributes | |
| std::uint64_t | vacuum_lock {chars_to_uint64 ('V', 'a', 'c', 'u', 'u', 'm', 'L', 'k')} |
| std::uint64_t | transaction_lock {chars_to_uint64 ('T', 'r', 'n', 's', 'a', 'c', 't', 'L')} |
Static Public Attributes | |
| static constexpr auto | file_offset = std::uint64_t{sizeof (header)} |
The lock-block is a small struct placed immediately after the file header which is used by the transaction lock.
This data is not read or written but a file range lock is placed on it as part of the implementation of the transaction lock.
1.8.13