Go to the source code of this file.
|
| gboolean | unpack_remote_nodes (xmlNode *xml_resources, pe_working_set_t *data_set) |
| |
| gboolean | unpack_resources (xmlNode *xml_resources, pe_working_set_t *data_set) |
| |
| gboolean | unpack_config (xmlNode *config, pe_working_set_t *data_set) |
| |
| gboolean | unpack_nodes (xmlNode *xml_nodes, pe_working_set_t *data_set) |
| |
| gboolean | unpack_tags (xmlNode *xml_tags, pe_working_set_t *data_set) |
| |
| gboolean | unpack_status (xmlNode *status, pe_working_set_t *data_set) |
| |
| gint | sort_op_by_callid (gconstpointer a, gconstpointer b) |
| |
| gboolean | unpack_lrm_resources (node_t *node, xmlNode *lrm_state, pe_working_set_t *data_set) |
| |
| gboolean | determine_online_status (xmlNode *node_state, node_t *this_node, pe_working_set_t *data_set) |
| |
◆ pe_warn_once
| #define pe_warn_once |
( |
|
pe_wo_bit, |
|
|
|
fmt... |
|
) |
| |
Value: do { \
if (is_not_set(
pe_wo, pe_wo_bit)) { \
crm_warn(fmt); \
} else { \
pe_warn(fmt); \
} \
set_bit(
pe_wo, pe_wo_bit); \
} \
} while (0);
Definition at line 47 of file unpack.h.
◆ pe_warn_once_e
| Enumerator |
|---|
| pe_wo_blind | |
| pe_wo_restart_type | |
| pe_wo_role_after | |
| pe_wo_poweroff | |
| pe_wo_require_all | |
| pe_wo_order_score | |
| pe_wo_neg_threshold | |
Definition at line 35 of file unpack.h.
◆ determine_online_status()
◆ sort_op_by_callid()
| gint sort_op_by_callid |
( |
gconstpointer |
a, |
|
|
gconstpointer |
b |
|
) |
| |
◆ unpack_config()
◆ unpack_lrm_resources()
◆ unpack_nodes()
◆ unpack_remote_nodes()
| gboolean unpack_remote_nodes |
( |
xmlNode * |
xml_resources, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
◆ unpack_resources()
| gboolean unpack_resources |
( |
xmlNode * |
xml_resources, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
◆ unpack_status()
◆ unpack_tags()
◆ pe_wo