![]() |
pacemaker 3.0.1-16e74fc4da
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 658 of file pe_notif.c.
#define add_notify_env_free_gs | ( | n_data, | |
key, | |||
value ) |
Definition at line 669 of file pe_notif.c.
#define add_notify_env_gs | ( | n_data, | |
key, | |||
value ) |
Definition at line 663 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 440 of file pe_notif.c.
void pe__create_action_notifications | ( | pcmk_resource_t * | rsc, |
notify_data_t * | n_data ) |
Definition at line 962 of file pe_notif.c.
void pe__free_action_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 979 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 1011 of file pe_notif.c.