Monero
Public Attributes | List of all members
MDB_envinfo Struct Reference

Information about the environment. More...

#include <lmdb.h>

Collaboration diagram for MDB_envinfo:
Collaboration graph
[legend]

Public Attributes

void * me_mapaddr
 
mdb_size_t me_mapsize
 
mdb_size_t me_last_pgno
 
mdb_size_t me_last_txnid
 
unsigned int me_maxreaders
 
unsigned int me_numreaders
 

Detailed Description

Information about the environment.

Member Data Documentation

◆ me_last_pgno

mdb_size_t MDB_envinfo::me_last_pgno

ID of the last used page

◆ me_last_txnid

mdb_size_t MDB_envinfo::me_last_txnid

ID of the last committed transaction

◆ me_mapaddr

void* MDB_envinfo::me_mapaddr

Address of map, if fixed

◆ me_mapsize

mdb_size_t MDB_envinfo::me_mapsize

Size of the data memory map

◆ me_maxreaders

unsigned int MDB_envinfo::me_maxreaders

max reader slots in the environment

◆ me_numreaders

unsigned int MDB_envinfo::me_numreaders

max reader slots used in the environment


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