NeoMutt  2024-04-16-36-g75b6fb
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
 
DB * db
 
int fd
 
struct Buffer lockfile
 

Detailed Description

Berkeley DB Store.

Definition at line 45 of file bdb.c.

Field Documentation

◆ env

DB_ENV* BdbStoreData::env

Definition at line 47 of file bdb.c.

◆ db

DB* BdbStoreData::db

Definition at line 48 of file bdb.c.

◆ fd

int BdbStoreData::fd

Definition at line 49 of file bdb.c.

◆ lockfile

struct Buffer BdbStoreData::lockfile

Definition at line 50 of file bdb.c.


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