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

Data Fields

struct m0_confchc_confc
 
struct m0_ref hc_ref
 
struct m0_tlink hc_link
 
uint64_t hc_magic
 

Detailed Description

HA client record, an item of ha_global::hg_clients list.

HA acceptance procedure is expected to apply notification vector to each and every confc instance globally known to HA via client records.

See also
m0_ha_state_accept()

Definition at line 51 of file epoch.c.

Field Documentation

◆ hc_confc

struct m0_confc* hc_confc

confc to be updated by HA

Definition at line 52 of file epoch.c.

◆ hc_link

struct m0_tlink hc_link

standard linkage to list

Definition at line 54 of file epoch.c.

◆ hc_magic

uint64_t hc_magic

standard magic number

Definition at line 55 of file epoch.c.

◆ hc_ref

struct m0_ref hc_ref

client reference counter

Definition at line 53 of file epoch.c.


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