mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-18 05:42:22 +08:00
mdbx: изоляция txl-списков от кода PNL.
This commit is contained in:
@@ -24,3 +24,7 @@ MDBX_MAYBE_UNUSED MDBX_INTERNAL int __must_check_result txl_append(txl_t __restr
|
||||
MDBX_MAYBE_UNUSED MDBX_INTERNAL void txl_sort(txl_t txl);
|
||||
|
||||
MDBX_MAYBE_UNUSED MDBX_INTERNAL bool txl_contain(const txl_t txl, txnid_t id);
|
||||
|
||||
static inline size_t txl_alloclen(const_txl_t txl) { return txl[-1]; }
|
||||
|
||||
static inline size_t txl_size(const_txl_t txl) { return txl[0]; }
|
||||
|
||||
Reference in New Issue
Block a user