NCBI C++ ToolKit
|
Search Toolkit Book for MDB_envinfo
Information about the environment. More...
#include "lmdb.h"
(Private to src/util/lmdb
.)
Public Attributes | |
void * | me_mapaddr |
Address of map, if fixed. More... | |
size_t | me_mapsize |
Size of the data memory map. More... | |
size_t | me_last_pgno |
ID of the last used page. More... | |
size_t | me_last_txnid |
ID of the last committed transaction. More... | |
unsigned int | me_maxreaders |
max reader slots in the environment More... | |
unsigned int | me_numreaders |
max reader slots used in the environment More... | |