#include <vsdb.h>
Public Attributes | |
| time_t | mtime |
| last time the database was modified | |
| uintmax_t | num_entries |
| number of entries in the database | |
| uint32_t | generation |
| generation number of the database | |
| char * | name |
| full path to the database | |
| uintmax_t | key_size |
| sum of sizes of all the keys in the database | |
| uintmax_t | data_size |
| sum of sizes of all the data in the database | |
Definition at line 21 of file vsdb.h.
1.2.18