corosync
2.3.4
|
Data Fields | |
qb_ipcc_connection_t * | c |
int | finalize |
void * | context |
union { | |
cpg_model_data_t model_data | |
cpg_model_v1_data_t model_v1_data | |
}; | |
struct list_head | iteration_list_head |
union { ... } |
qb_ipcc_connection_t* cpg_inst::c |
Definition at line 78 of file lib/cpg.c.
Referenced by cpg_dispatch(), cpg_fd_get(), cpg_finalize(), cpg_iteration_initialize(), cpg_join(), cpg_leave(), cpg_local_get(), cpg_mcast_joined(), cpg_membership_get(), cpg_model_initialize(), cpg_zcb_alloc(), cpg_zcb_free(), and cpg_zcb_mcast_joined().
void* cpg_inst::context |
Definition at line 80 of file lib/cpg.c.
Referenced by cpg_context_get(), cpg_context_set(), and cpg_model_initialize().
int cpg_inst::finalize |
Definition at line 79 of file lib/cpg.c.
Referenced by cpg_dispatch(), and cpg_finalize().
struct list_head cpg_inst::iteration_list_head |
Definition at line 85 of file lib/cpg.c.
Referenced by cpg_iteration_initialize(), and cpg_model_initialize().
cpg_model_data_t cpg_inst::model_data |
Definition at line 82 of file lib/cpg.c.
Referenced by cpg_dispatch(), cpg_join(), and cpg_model_initialize().
cpg_model_v1_data_t cpg_inst::model_v1_data |
Definition at line 83 of file lib/cpg.c.
Referenced by cpg_dispatch(), cpg_join(), and cpg_model_initialize().