corosync  2.4.2-dirty
Data Fields
cpg_inst Struct Reference
Collaboration diagram for cpg_inst:
Collaboration graph
[legend]

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
 
uint32_t max_msg_size
 
char * assembly_buf
 
uint32_t assembly_buf_ptr
 
int assembling
 

Detailed Description

Definition at line 83 of file lib/cpg.c.

Field Documentation

◆ @1

union { ... }

◆ assembling

int cpg_inst::assembling

Definition at line 95 of file lib/cpg.c.

◆ assembly_buf

char* cpg_inst::assembly_buf

Definition at line 93 of file lib/cpg.c.

◆ assembly_buf_ptr

uint32_t cpg_inst::assembly_buf_ptr

Definition at line 94 of file lib/cpg.c.

◆ c

qb_ipcc_connection_t* cpg_inst::c

Definition at line 84 of file lib/cpg.c.

◆ context

void* cpg_inst::context

Definition at line 86 of file lib/cpg.c.

◆ finalize

int cpg_inst::finalize

Definition at line 85 of file lib/cpg.c.

◆ iteration_list_head

struct list_head cpg_inst::iteration_list_head

Definition at line 91 of file lib/cpg.c.

◆ max_msg_size

uint32_t cpg_inst::max_msg_size

Definition at line 92 of file lib/cpg.c.

◆ model_data

cpg_model_data_t cpg_inst::model_data

Definition at line 88 of file lib/cpg.c.

◆ model_v1_data

cpg_model_v1_data_t cpg_inst::model_v1_data

Definition at line 89 of file lib/cpg.c.

Referenced by cpg_initialize().


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