![]() |
pacemaker
2.0.4-2deceaa3ae
Scalable High-Availability cluster resource manager
|
Data types for Cluster Information Base access. More...
Go to the source code of this file.
Data Structures | |
struct | cib_api_operations_s |
struct | cib_s |
Typedefs | |
typedef struct cib_s | cib_t |
typedef struct cib_api_operations_s | cib_api_operations_t |
Enumerations | |
enum | cib_variant { cib_undefined , cib_native , cib_file , cib_remote , cib_database } |
enum | cib_state { cib_connected_command , cib_connected_query , cib_disconnected } |
enum | cib_conn_type { cib_command , cib_query , cib_no_connection , cib_command_nonblocking } |
enum | cib_call_options { cib_none = 0x00000000 , cib_verbose = 0x00000001 , cib_xpath = 0x00000002 , cib_multiple = 0x00000004 , cib_can_create = 0x00000008 , cib_discard_reply = 0x00000010 , cib_no_children = 0x00000020 , cib_xpath_address = 0x00000040 , cib_mixed_update = 0x00000080 , cib_scope_local = 0x00000100 , cib_dryrun = 0x00000200 , cib_sync_call = 0x00001000 , cib_no_mtime = 0x00002000 , cib_zero_copy = 0x00004000 , cib_inhibit_notify = 0x00010000 , cib_quorum_override = 0x00100000 , cib_inhibit_bcast = 0x01000000 , cib_force_diff = 0x10000000 } |
Data types for Cluster Information Base access.
Definition in file cib_types.h.
typedef struct cib_api_operations_s cib_api_operations_t |
Definition at line 1 of file cib_types.h.
enum cib_call_options |
Enumerator | |
---|---|
cib_none | |
cib_verbose | Prefer stderr to logs. |
cib_xpath | |
cib_multiple | |
cib_can_create | |
cib_discard_reply | |
cib_no_children | |
cib_xpath_address | |
cib_mixed_update | |
cib_scope_local | |
cib_dryrun | |
cib_sync_call | |
cib_no_mtime | |
cib_zero_copy | |
cib_inhibit_notify | |
cib_quorum_override | |
cib_inhibit_bcast |
|
cib_force_diff |
Definition at line 49 of file cib_types.h.
enum cib_conn_type |
Enumerator | |
---|---|
cib_command | |
cib_query | |
cib_no_connection | |
cib_command_nonblocking |
Definition at line 42 of file cib_types.h.
enum cib_state |
Enumerator | |
---|---|
cib_connected_command | |
cib_connected_query | |
cib_disconnected |
Definition at line 36 of file cib_types.h.
enum cib_variant |
Enumerator | |
---|---|
cib_undefined | |
cib_native | |
cib_file | |
cib_remote | |
cib_database |
Definition at line 28 of file cib_types.h.