Monero
Public Attributes | List of all members
MDB_txninfo Struct Reference
Collaboration diagram for MDB_txninfo:
Collaboration graph
[legend]

Public Attributes

union {
   MDB_txbody   mtb
 
   char   pad [(sizeof(MDB_txbody)+CACHELINE-1)
      &~(CACHELINE-1)]
 
mt1
 
union {
   mdb_mutex_t   mt2_wmutex
 
   char   pad [(MNAME_LEN+CACHELINE-1)
      &~(CACHELINE-1)]
 
mt2
 
MDB_reader mti_readers [1]
 

Detailed Description

The actual reader table definition.

Member Data Documentation

◆ mt1

union { ... } MDB_txninfo::mt1

◆ mt2

union { ... } MDB_txninfo::mt2

◆ mt2_wmutex

mdb_mutex_t MDB_txninfo::mt2_wmutex

◆ mtb

MDB_txbody MDB_txninfo::mtb

◆ mti_readers

MDB_reader MDB_txninfo::mti_readers[1]

◆ pad

char MDB_txninfo::pad[(MNAME_LEN+CACHELINE-1) &~(CACHELINE-1)]

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