Motr  M0
m0_cm_type Struct Reference

#include <cm.h>

Collaboration diagram for m0_cm_type:
Collaboration graph

Data Fields

struct m0_reqh_service_type ct_stype
 
struct m0_tlink ct_linkage
 
uint64_t ct_fom_id
 
struct m0_fom_type ct_fomt
 
struct m0_fom_type ct_swu_fomt
 
struct m0_fom_type ct_pump_fomt
 
struct m0_fom_type ct_ag_store_fomt
 
uint64_t ct_magix
 

Detailed Description

Copy Machine type, implemented as a request handler service.

Definition at line 143 of file cm.h.

Field Documentation

◆ ct_ag_store_fomt

struct m0_fom_type ct_ag_store_fomt

Store fom type.

Definition at line 156 of file cm.h.

◆ ct_fom_id

uint64_t ct_fom_id

Definition at line 148 of file cm.h.

◆ ct_fomt

struct m0_fom_type ct_fomt

Copy packet fom type.

Definition at line 150 of file cm.h.

◆ ct_linkage

struct m0_tlink ct_linkage

Linkage into the list of copy machine types (struct m0_tl cmtypes)

Definition at line 147 of file cm.h.

◆ ct_magix

uint64_t ct_magix

Definition at line 157 of file cm.h.

◆ ct_pump_fomt

struct m0_fom_type ct_pump_fomt

Pump fom type.

Definition at line 154 of file cm.h.

◆ ct_stype

struct m0_reqh_service_type ct_stype

Service type corresponding to this copy machine type.

Definition at line 145 of file cm.h.

◆ ct_swu_fomt

struct m0_fom_type ct_swu_fomt

Sliding window update fom type.

Definition at line 152 of file cm.h.


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