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

Data Fields

int(* o_prep )(struct action *act, struct m0_be_tx_credit *cred)
 
void(* o_act )(struct action *act, struct m0_be_tx *tx)
 
void(* o_fini )(struct action *act)
 

Detailed Description

Definition at line 215 of file beck.c.

Field Documentation

◆ o_act

void(* o_act) (struct action *act, struct m0_be_tx *tx)

Definition at line 217 of file beck.c.

◆ o_fini

void(* o_fini) (struct action *act)

Definition at line 218 of file beck.c.

◆ o_prep

int(* o_prep) (struct action *act, struct m0_be_tx_credit *cred)

Definition at line 216 of file beck.c.


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