ARPA2 Common Libraries  2.2.25
Data Fields

The RuleDB structure keeps track of LMDB control. More...

#include <arpa2/rules_db.h>

Collaboration diagram for rules_db:
Collaboration graph
[legend]

Data Fields

MDB_env * env
 
MDB_txn * txn
 
MDB_dbi dbi
 
MDB_cursor * crs
 
rules_dbkey dig
 
bool got
 
rules_trunk trk
 

Detailed Description

The RuleDB structure keeps track of LMDB control.

It holds the key for the last rules_dbget() call and needs it when rules_dbset() is subsequently called. It also remembers if a value was found then, to know if a record must be updated or added.


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