NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
BdbStoreData Struct Reference

Berkeley DB Store. More...

+ Collaboration diagram for BdbStoreData:

Data Fields

DB_ENV * env
 Database environment.
 
DB * db
 Database.
 
int fd
 File descriptor.
 
struct Buffer lockfile
 Lock filename.
 

Detailed Description

Berkeley DB Store.

Definition at line 46 of file bdb.c.

Field Documentation

◆ env

DB_ENV* BdbStoreData::env

Database environment.

Definition at line 48 of file bdb.c.

◆ db

DB* BdbStoreData::db

Database.

Definition at line 49 of file bdb.c.

◆ fd

int BdbStoreData::fd

File descriptor.

Definition at line 50 of file bdb.c.

◆ lockfile

struct Buffer BdbStoreData::lockfile

Lock filename.

Definition at line 51 of file bdb.c.


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