Motr  M0
be_recovering_tx Struct Reference
Collaboration diagram for be_recovering_tx:
Collaboration graph

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
 

Detailed Description

A wrapper for a transaction that is being recovered.

Definition at line 44 of file tx_group.c.

Field Documentation

◆ rtx_link

struct m0_tlink rtx_link

Definition at line 50 of file tx_group.c.

◆ rtx_magic

uint64_t rtx_magic

Definition at line 51 of file tx_group.c.

◆ rtx_op_gc

struct m0_be_op rtx_op_gc

Definition at line 49 of file tx_group.c.

◆ rtx_op_open

struct m0_be_op rtx_op_open

Definition at line 48 of file tx_group.c.

◆ rtx_open_wait

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.

◆ rtx_tx

struct m0_be_tx rtx_tx

Definition at line 45 of file tx_group.c.


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