|
pacemaker 2.1.6-6fdc9deea29
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <crm/msg_xml.h>#include <pacemaker-internal.h>#include "pe_status_private.h"
Go to the source code of this file.
Macros | |
| #define | add_notify_env(n_data, key, value) |
| #define | add_notify_env_gs(n_data, key, value) |
| #define | add_notify_env_free_gs(n_data, key, value) |
Typedefs | |
| typedef struct notify_entry_s | notify_entry_t |
Functions | |
| notify_data_t * | pe__action_notif_pseudo_ops (pe_resource_t *rsc, const char *task, pe_action_t *action, pe_action_t *complete) |
| void | pe__create_action_notifications (pe_resource_t *rsc, notify_data_t *n_data) |
| void | pe__free_action_notification_data (notify_data_t *n_data) |
| void | pe__order_notifs_after_fencing (const pe_action_t *stop, pe_resource_t *rsc, pe_action_t *stonith_op) |
| #define add_notify_env | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 639 of file pe_notif.c.
| #define add_notify_env_free_gs | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 650 of file pe_notif.c.
| #define add_notify_env_gs | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 644 of file pe_notif.c.
| typedef struct notify_entry_s notify_entry_t |
| 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.
| void pe__create_action_notifications | ( | pe_resource_t * | rsc, |
| notify_data_t * | n_data | ||
| ) |
Definition at line 932 of file pe_notif.c.
| void pe__free_action_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 949 of file pe_notif.c.
| void pe__order_notifs_after_fencing | ( | const pe_action_t * | stop, |
| pe_resource_t * | rsc, | ||
| pe_action_t * | stonith_op | ||
| ) |
Definition at line 981 of file pe_notif.c.