Electroneum
MDB_envinfo Struct Reference

Information about the environment. More...

#include <lmdb.h>

Collaboration diagram for MDB_envinfo:

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.

Definition at line 501 of file lmdb.h.

Member Data Documentation

◆ me_last_pgno

mdb_size_t MDB_envinfo::me_last_pgno

ID of the last used page

Definition at line 504 of file lmdb.h.

◆ me_last_txnid

mdb_size_t MDB_envinfo::me_last_txnid

ID of the last committed transaction

Definition at line 505 of file lmdb.h.

◆ me_mapaddr

void* MDB_envinfo::me_mapaddr

Address of map, if fixed

Definition at line 502 of file lmdb.h.

◆ me_mapsize

mdb_size_t MDB_envinfo::me_mapsize

Size of the data memory map

Definition at line 503 of file lmdb.h.

◆ me_maxreaders

unsigned int MDB_envinfo::me_maxreaders

max reader slots in the environment

Definition at line 506 of file lmdb.h.

◆ me_numreaders

unsigned int MDB_envinfo::me_numreaders

max reader slots used in the environment

Definition at line 507 of file lmdb.h.


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