mdbx: вычленение txl_contain().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-12-21 16:49:40 +03:00
parent bc56a613ab
commit b9e4c1ea73
3 changed files with 11 additions and 7 deletions

View File

@@ -22,3 +22,5 @@ MDBX_INTERNAL void txl_free(txl_t txl);
MDBX_INTERNAL int __must_check_result txl_append(txl_t __restrict *ptxl, txnid_t id);
MDBX_INTERNAL void txl_sort(txl_t txl);
MDBX_INTERNAL bool txl_contain(const txl_t txl, txnid_t id);