NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
LmdbStoreData Struct Reference

LMDB store. More...

Data Fields

MDB_env * env
 
MDB_txn * txn
 
MDB_dbi db
 
enum LmdbTxnMode txn_mode
 

Detailed Description

LMDB store.

Definition at line 64 of file lmdb.c.

Field Documentation

◆ env

MDB_env* LmdbStoreData::env

Definition at line 66 of file lmdb.c.

◆ txn

MDB_txn* LmdbStoreData::txn

Definition at line 67 of file lmdb.c.

◆ db

MDB_dbi LmdbStoreData::db

Definition at line 68 of file lmdb.c.

◆ txn_mode

enum LmdbTxnMode LmdbStoreData::txn_mode

Definition at line 69 of file lmdb.c.


The documentation for this struct was generated from the following file: