|
ARPA2 Common Libraries
2.6.4
|
The RuleDB structure keeps track of LMDB control. More...
#include <arpa2/rules_db.h>

Data Fields | |
| MDB_env * | env |
| MDB_txn * | txn |
| MDB_dbi | dbi |
| MDB_cursor * | crs |
| rules_dbkey | dig |
| bool | got |
| rules_trunk | trk |
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.