|
pacemaker 2.1.8-2.1.8
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <crm/common/xml.h>#include <crm/pengine/internal.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 (pcmk_resource_t *rsc, const char *task, pcmk_action_t *action, pcmk_action_t *complete) |
| void | pe__create_action_notifications (pcmk_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 pcmk_action_t *stop, pcmk_resource_t *rsc, pcmk_action_t *stonith_op) |
| #define add_notify_env | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 642 of file pe_notif.c.
| #define add_notify_env_free_gs | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 653 of file pe_notif.c.
| #define add_notify_env_gs | ( | n_data, | |
| key, | |||
| value | |||
| ) |
Definition at line 647 of file pe_notif.c.
| typedef struct notify_entry_s notify_entry_t |
| notify_data_t * pe__action_notif_pseudo_ops | ( | pcmk_resource_t * | rsc, |
| const char * | task, | ||
| pcmk_action_t * | action, | ||
| pcmk_action_t * | complete | ||
| ) |
Definition at line 432 of file pe_notif.c.
| void pe__create_action_notifications | ( | pcmk_resource_t * | rsc, |
| notify_data_t * | n_data | ||
| ) |
Definition at line 939 of file pe_notif.c.
| void pe__free_action_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 956 of file pe_notif.c.
| void pe__order_notifs_after_fencing | ( | const pcmk_action_t * | stop, |
| pcmk_resource_t * | rsc, | ||
| pcmk_action_t * | stonith_op | ||
| ) |
Definition at line 988 of file pe_notif.c.