| 
    Olaf
    
   Overly Lightweight Acoustic Fingerprinting 
   | 
 
A struct with state information on the data store. More...
#include <olaf_db.h>
Data Fields | |
| MDB_env * | env | 
| MDB_txn * | txn | 
| MDB_dbi | dbi_fps | 
| MDB_dbi | dbi_resource_map | 
| bool | warning_given | 
| const char * | mdb_folder | 
| const uint64_t * | ref_fp | 
| size_t | ref_fp_length | 
A struct with state information on the data store.
The state information depends on the implementation. This state can contain open files if it is a Key-Value store or arrays in memory if it is memory backed.