|
pacemaker 2.1.6-6fdc9deea29
Scalable High-Availability cluster resource manager
|

Go to the source code of this file.
Data Structures | |
| struct | notify_data_s |
Macros | |
| #define | status_print(fmt, args...) |
Typedefs | |
| typedef struct notify_data_s | notify_data_t |
Functions | |
| 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__create_action_notifications (pe_resource_t *rsc, notify_data_t *n_data) |
| G_GNUC_INTERNAL void | pe__free_action_notification_data (notify_data_t *n_data) |
| G_GNUC_INTERNAL notify_data_t * | pe__action_notif_pseudo_ops (pe_resource_t *rsc, const char *task, pe_action_t *action, pe_action_t *complete) |
| 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 gint | pe__cmp_rsc_priority (gconstpointer a, gconstpointer b) |
| G_GNUC_INTERNAL gboolean | pe__unpack_resource (xmlNode *xml_obj, pe_resource_t **rsc, pe_resource_t *parent, 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 (const 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) |
| G_GNUC_INTERNAL void | pe__unpack_node_health_scores (pe_working_set_t *data_set) |
| G_GNUC_INTERNAL pe_node_t * | pe__bundle_active_node (const pe_resource_t *rsc, unsigned int *count_all, unsigned int *count_clean) |
| #define status_print | ( | fmt, | |
| args... | |||
| ) |
Definition at line 26 of file pe_status_private.h.
| typedef struct notify_data_s notify_data_t |
| G_GNUC_INTERNAL notify_data_t * pe__action_notif_pseudo_ops | ( | pe_resource_t * | rsc, |
| const char * | task, | ||
| pe_action_t * | action, | ||
| pe_action_t * | complete | ||
| ) |
Definition at line 431 of file pe_notif.c.
| G_GNUC_INTERNAL pe_node_t * pe__bundle_active_node | ( | const pe_resource_t * | rsc, |
| unsigned int * | count_all, | ||
| unsigned int * | count_clean | ||
| ) |
| G_GNUC_INTERNAL gint pe__cmp_rsc_priority | ( | gconstpointer | a, |
| gconstpointer | b | ||
| ) |
| 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 | ||
| ) |
Definition at line 533 of file pe_digest.c.
| G_GNUC_INTERNAL void pe__create_action_notifications | ( | pe_resource_t * | rsc, |
| notify_data_t * | n_data | ||
| ) |
Definition at line 932 of file pe_notif.c.
| 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 void pe__free_action_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 949 of file pe_notif.c.
| G_GNUC_INTERNAL void pe__unpack_node_health_scores | ( | pe_working_set_t * | data_set | ) |
Definition at line 23 of file pe_health.c.
| G_GNUC_INTERNAL gboolean pe__unpack_resource | ( | xmlNode * | xml_obj, |
| pe_resource_t ** | rsc, | ||
| pe_resource_t * | parent, | ||
| 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_remote_nodes | ( | xmlNode * | xml_resources, |
| pe_working_set_t * | data_set | ||
| ) |
| G_GNUC_INTERNAL gboolean unpack_resources | ( | const 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 | ||
| ) |