mdbx: рефакторинг читающих транзакций в вычленением txn_ro_start(), txn_ro_seize(), txn_ro_slot().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-01-14 14:33:20 +03:00
parent 0accf98ff7
commit 7e772114bc
6 changed files with 230 additions and 190 deletions

View File

@@ -41,7 +41,7 @@ typedef struct node_search_result {
typedef struct bind_reader_slot_result {
int err;
reader_slot_t *rslot;
reader_slot_t *slot;
} bsr_t;
#include "atomics-ops.h"