NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
StoreDbCtx Struct Reference

Berkeley DB context. More...

+ Collaboration diagram for StoreDbCtx:

Data Fields

DB_ENV * env
 
DB * db
 
int fd
 
struct Buffer lockfile
 

Detailed Description

Berkeley DB context.

Definition at line 47 of file bdb.c.

Field Documentation

◆ env

DB_ENV* StoreDbCtx::env

Definition at line 49 of file bdb.c.

◆ db

DB* StoreDbCtx::db

Definition at line 50 of file bdb.c.

◆ fd

int StoreDbCtx::fd

Definition at line 51 of file bdb.c.

◆ lockfile

struct Buffer StoreDbCtx::lockfile

Definition at line 52 of file bdb.c.


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