|
Motr
M0
|
#include <tx_regmap.h>

Data Fields | |
| struct m0_be_reg | rd_reg |
| void * | rd_buf |
| unsigned long | rd_gen_idx |
Region in a transaction-private memory buffer.
When a memory region is captured in a transaction, the contents of this region, i.e., new values placed in the memory by the user, are copied into a transaction-private memory buffer.
Definition at line 49 of file tx_regmap.h.
| void* rd_buf |
The address within transaction-private memory buffer where the data is copied to.
Definition at line 58 of file tx_regmap.h.
| unsigned long rd_gen_idx |
Generation index for the region.
Definition at line 64 of file tx_regmap.h.
| struct m0_be_reg rd_reg |
The region in a segment where the captured data is copied from.
Definition at line 53 of file tx_regmap.h.