|
Motr
M0
|

Data Fields | |
| struct m0_be_tx | rtx_tx |
| struct m0_clink | rtx_open_wait |
| struct m0_be_op | rtx_op_open |
| struct m0_be_op | rtx_op_gc |
| struct m0_tlink | rtx_link |
| uint64_t | rtx_magic |
A wrapper for a transaction that is being recovered.
Definition at line 44 of file tx_group.c.
| struct m0_tlink rtx_link |
Definition at line 50 of file tx_group.c.
| uint64_t rtx_magic |
Definition at line 51 of file tx_group.c.
| struct m0_be_op rtx_op_gc |
Definition at line 49 of file tx_group.c.
| struct m0_be_op rtx_op_open |
Definition at line 48 of file tx_group.c.
| struct m0_clink rtx_open_wait |
This clink is notified when rtx_tx state is changed.
Definition at line 47 of file tx_group.c.
| struct m0_be_tx rtx_tx |
Definition at line 45 of file tx_group.c.