mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-18 17:52:22 +08:00
mdbx++: using internal structures in the C++ portion of library.
This commit is contained in:
@@ -25,6 +25,6 @@ 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]; }
|
||||
MDBX_MAYBE_UNUSED 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]; }
|
||||
MDBX_MAYBE_UNUSED static inline size_t txl_size(const_txl_t txl) { return txl[0]; }
|
||||
|
||||
Reference in New Issue
Block a user