Data Fields | |
| union { | |
| MDB_txbody mtb | |
| char pad [(sizeof(MDB_txbody)+CACHELINE-1)&~(CACHELINE-1)] | |
| } | mt1 |
| union { | |
| pthread_mutex_t mt2_wmutex | |
| char pad [(MNAME_LEN+CACHELINE-1)&~(CACHELINE-1)] | |
| } | mt2 |
| MDB_reader | mti_readers [1] |
The actual reader table definition.
1.6.1