|
pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
#include <include/crm/cib/cib_types.h>

Data Fields | |
| enum cib_state | state |
| enum cib_conn_type | type |
| enum cib_variant | variant |
| int | call_id |
| int | call_timeout |
| void * | variant_opaque |
| void * | delegate_fn |
| GList * | notify_list |
| void(* | op_callback )(const xmlNode *msg, int call_id, int rc, xmlNode *output) |
| cib_api_operations_t * | cmds |
| xmlNode * | transaction |
| char * | user |
Definition at line 380 of file cib_types.h.
| int cib_s::call_id |
Definition at line 387 of file cib_types.h.
| int cib_s::call_timeout |
Definition at line 388 of file cib_types.h.
| cib_api_operations_t* cib_s::cmds |
Definition at line 399 of file cib_types.h.
| void* cib_s::delegate_fn |
Definition at line 390 of file cib_types.h.
| GList* cib_s::notify_list |
Definition at line 392 of file cib_types.h.
| void(* cib_s::op_callback) (const xmlNode *msg, int call_id, int rc, xmlNode *output) |
Definition at line 395 of file cib_types.h.
| enum cib_state cib_s::state |
Definition at line 382 of file cib_types.h.
| xmlNode* cib_s::transaction |
Definition at line 401 of file cib_types.h.
| enum cib_conn_type cib_s::type |
Definition at line 384 of file cib_types.h.
| char* cib_s::user |
Definition at line 403 of file cib_types.h.
| enum cib_variant cib_s::variant |
Definition at line 385 of file cib_types.h.
| void* cib_s::variant_opaque |
Definition at line 389 of file cib_types.h.
1.8.14