![]() |
pacemaker
1.1.16-94ff4df
Scalable High-Availability cluster resource manager
|

Go to the source code of this file.
Macros | |
| #define | CURSES_ENABLED 0 |
| #define | status_printw(fmt, args...) |
| #define | status_print(fmt, args...) |
Functions | |
| 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_domains (xmlNode *xml_domains, 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) |
| gboolean | unpack_remote_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 | add_node_attrs (xmlNode *attrs, node_t *node, gboolean overwrite, pe_working_set_t *data_set) |
| gboolean | determine_online_status (xmlNode *node_state, node_t *this_node, pe_working_set_t *data_set) |
| const char * | param_value (GHashTable *hash, xmlNode *parent, const char *name) |
| #define status_print | ( | fmt, | |
| args... | |||
| ) |
| #define status_printw | ( | fmt, | |
| args... | |||
| ) |
| gboolean add_node_attrs | ( | xmlNode * | attrs, |
| node_t * | node, | ||
| gboolean | overwrite, | ||
| pe_working_set_t * | data_set | ||
| ) |
| gboolean determine_online_status | ( | xmlNode * | node_state, |
| node_t * | this_node, | ||
| pe_working_set_t * | data_set | ||
| ) |
| const char* param_value | ( | GHashTable * | hash, |
| xmlNode * | parent, | ||
| const char * | name | ||
| ) |
| gint sort_op_by_callid | ( | gconstpointer | a, |
| gconstpointer | b | ||
| ) |
| gboolean unpack_config | ( | xmlNode * | config, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_domains | ( | xmlNode * | xml_domains, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_lrm_resources | ( | node_t * | node, |
| xmlNode * | lrm_state, | ||
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_nodes | ( | xmlNode * | xml_nodes, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_remote_nodes | ( | xmlNode * | xml_resources, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_remote_status | ( | xmlNode * | status, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_resources | ( | xmlNode * | xml_resources, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_status | ( | xmlNode * | status, |
| pe_working_set_t * | data_set | ||
| ) |
| gboolean unpack_tags | ( | xmlNode * | xml_tags, |
| pe_working_set_t * | data_set | ||
| ) |
1.8.12