|
Monero
|

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] |
The actual reader table definition.
| union { ... } MDB_txninfo::mt1 |
| union { ... } MDB_txninfo::mt2 |
| mdb_mutex_t MDB_txninfo::mt2_wmutex |
| MDB_txbody MDB_txninfo::mtb |
| MDB_reader MDB_txninfo::mti_readers[1] |