Motr  M0
m0_io_fom_cob_rw_state_transition Struct Reference

#include <io_foms.h>

Collaboration diagram for m0_io_fom_cob_rw_state_transition:
Collaboration graph

Data Fields

int fcrw_st_current_phase
 
int(* fcrw_st_state_function )(struct m0_fom *)
 
int fcrw_st_next_phase_again
 
int fcrw_st_next_phase_wait
 
const char * fcrw_st_desc
 

Detailed Description

State transition information.

Definition at line 256 of file io_foms.h.

Field Documentation

◆ fcrw_st_current_phase

int fcrw_st_current_phase

Current phase of I/O FOM

Definition at line 258 of file io_foms.h.

◆ fcrw_st_desc

const char* fcrw_st_desc

Description of phase

Definition at line 266 of file io_foms.h.

◆ fcrw_st_next_phase_again

int fcrw_st_next_phase_again

Next phase in which FOM is going to execute

Definition at line 262 of file io_foms.h.

◆ fcrw_st_next_phase_wait

int fcrw_st_next_phase_wait

Next phase in which FOM is going to wait

Definition at line 264 of file io_foms.h.

◆ fcrw_st_state_function

int(* fcrw_st_state_function) (struct m0_fom *)

Function which executes current phase

Definition at line 260 of file io_foms.h.


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