Go to the source code of this file.
|
G_GNUC_INTERNAL pe_resource_t * | pe__create_clone_child (pe_resource_t *rsc, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL void | pe__force_anon (const char *standard, pe_resource_t *rsc, const char *rid, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_remote_nodes (xmlNode *xml_resources, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_resources (xmlNode *xml_resources, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_config (xmlNode *config, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_nodes (xmlNode *xml_nodes, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_tags (xmlNode *xml_tags, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL gboolean | unpack_status (xmlNode *status, pe_working_set_t *data_set) |
|
G_GNUC_INTERNAL op_digest_cache_t * | pe__compare_fencing_digest (pe_resource_t *rsc, const char *agent, pe_node_t *node, pe_working_set_t *data_set) |
|
#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 do_crm_log(level, fmt, args...)
Log a message.
Definition at line 17 of file pe_status_private.h.
G_GNUC_INTERNAL gboolean unpack_config |
( |
xmlNode * |
config, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
G_GNUC_INTERNAL gboolean unpack_nodes |
( |
xmlNode * |
xml_nodes, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
G_GNUC_INTERNAL gboolean unpack_remote_nodes |
( |
xmlNode * |
xml_resources, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
G_GNUC_INTERNAL gboolean unpack_resources |
( |
xmlNode * |
xml_resources, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
G_GNUC_INTERNAL gboolean unpack_status |
( |
xmlNode * |
status, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |
G_GNUC_INTERNAL gboolean unpack_tags |
( |
xmlNode * |
xml_tags, |
|
|
pe_working_set_t * |
data_set |
|
) |
| |