NCBI C++ ToolKit
Public Attributes | List of all members
MDB_envinfo Struct Reference

Search Toolkit Book for MDB_envinfo

Information about the environment. More...

#include "lmdb.h"
(Private to src/util/lmdb.)

+ Collaboration diagram for MDB_envinfo:

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...
 

Detailed Description

Information about the environment.

Definition at line 467 of file lmdb.h.


The documentation for this struct was generated from the following file:
Modified on Sat Dec 09 04:46:28 2023 by modify_doxy.py rev. 669887