|
pacemaker
2.1.7-0f7f88312f
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 329 of file cib_types.h.
| int cib_s::call_id |
Definition at line 334 of file cib_types.h.
| int cib_s::call_timeout |
Definition at line 335 of file cib_types.h.
| cib_api_operations_t* cib_s::cmds |
Definition at line 345 of file cib_types.h.
| void* cib_s::delegate_fn |
Definition at line 337 of file cib_types.h.
| GList* cib_s::notify_list |
Definition at line 339 of file cib_types.h.
| void(* cib_s::op_callback) (const xmlNode *msg, int call_id, int rc, xmlNode *output) |
Definition at line 342 of file cib_types.h.
| enum cib_state cib_s::state |
Definition at line 330 of file cib_types.h.
| xmlNode* cib_s::transaction |
Definition at line 347 of file cib_types.h.
| enum cib_conn_type cib_s::type |
Definition at line 331 of file cib_types.h.
| char* cib_s::user |
Definition at line 349 of file cib_types.h.
| enum cib_variant cib_s::variant |
Definition at line 332 of file cib_types.h.
| void* cib_s::variant_opaque |
Definition at line 336 of file cib_types.h.
1.8.14