NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
RocksDbStoreData Struct Reference

RocksDB store. More...

Data Fields

rocksdb_t * db
 
rocksdb_options_t * options
 
rocksdb_readoptions_t * read_options
 
rocksdb_writeoptions_t * write_options
 
char * err
 

Detailed Description

RocksDB store.

Definition at line 40 of file rocksdb.c.

Field Documentation

◆ db

rocksdb_t* RocksDbStoreData::db

Definition at line 42 of file rocksdb.c.

◆ options

rocksdb_options_t* RocksDbStoreData::options

Definition at line 43 of file rocksdb.c.

◆ read_options

rocksdb_readoptions_t* RocksDbStoreData::read_options

Definition at line 44 of file rocksdb.c.

◆ write_options

rocksdb_writeoptions_t* RocksDbStoreData::write_options

Definition at line 45 of file rocksdb.c.

◆ err

char* RocksDbStoreData::err

Definition at line 46 of file rocksdb.c.


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