mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx: рефакторинг читающих транзакций в вычленением txn_ro_start(), txn_ro_seize(), txn_ro_slot().
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user