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_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... |
|
) |
| |
Value: FILE *stream = print_data; \
fprintf(stream, fmt, ##args); \
FILE *stream = print_data; \
fprintf(stream, fmt, ##args); \
FILE *stream = print_data; \
fprintf(stream, fmt, ##args); \
int log_level = *(
int*)print_data;
\ }
#define status_printw(fmt, args...)
#define do_crm_log(level, fmt, args...)
Log a message.
Definition at line 83 of file unpack.h.
#define status_printw |
( |
|
fmt, |
|
|
|
args... |
|
) |
| |
Value:crm_err(
"printw support requires ncurses to be available during configure");
\ #define do_crm_log(level, fmt, args...)
Log a message.
#define crm_err(fmt, args...)
Definition at line 78 of file unpack.h.
const char* param_value |
( |
GHashTable * |
hash, |
|
|
xmlNode * |
parent, |
|
|
const char * |
name |
|
) |
| |
gint sort_op_by_callid |
( |
gconstpointer |
a, |
|
|
gconstpointer |
b |
|
) |
| |
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 |
|
) |
| |