Motr  M0
rconfc_link_fom.h File Reference
Include dependency graph for rconfc_link_fom.h:

Go to the source code of this file.

Macros

#define __MOTR_CONF_RCONFC_LINK_FOM_H__
 

Enumerations

enum  m0_rconfc_link_fom_states {
  M0_RLF_INIT = M0_FOM_PHASE_INIT, M0_RLF_FINI = M0_FOM_PHASE_FINISH, M0_RLF_SESS_WAIT_IDLE, M0_RLF_SESS_TERMINATING,
  M0_RLF_CONN_TERMINATING
}
 

Functions

M0_INTERNAL int m0_rconfc_mod_init (void)
 
M0_INTERNAL void m0_rconfc_mod_fini (void)
 

Variables

struct m0_fom_type rconfc_link_fom_type
 
const struct m0_fom_ops rconfc_link_fom_ops
 

Macro Definition Documentation

◆ __MOTR_CONF_RCONFC_LINK_FOM_H__

#define __MOTR_CONF_RCONFC_LINK_FOM_H__

Definition at line 26 of file rconfc_link_fom.h.

Enumeration Type Documentation

◆ m0_rconfc_link_fom_states

Enumerator
M0_RLF_INIT 
M0_RLF_FINI 
M0_RLF_SESS_WAIT_IDLE 
M0_RLF_SESS_TERMINATING 
M0_RLF_CONN_TERMINATING 

Definition at line 30 of file rconfc_link_fom.h.

Function Documentation

◆ m0_rconfc_mod_fini()

M0_INTERNAL void m0_rconfc_mod_fini ( void  )

Definition at line 290 of file rconfc_link_fom.c.

◆ m0_rconfc_mod_init()

M0_INTERNAL int m0_rconfc_mod_init ( void  )

Definition at line 280 of file rconfc_link_fom.c.

Here is the call graph for this function:

Variable Documentation

◆ rconfc_link_fom_ops

const struct m0_fom_ops rconfc_link_fom_ops

Definition at line 274 of file rconfc_link_fom.c.

◆ rconfc_link_fom_type

struct m0_fom_type rconfc_link_fom_type

Definition at line 77 of file rconfc_link_fom.c.