pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/msg_xml.h>
#include <pacemaker-internal.h>
#include "libpacemaker_private.h"
Go to the source code of this file.
Macros | |
#define | add_notify_env(n_data, key, value) |
#define | add_notify_env_free(n_data, key, value) |
Typedefs | |
typedef struct notify_entry_s | notify_entry_t |
Functions | |
notify_data_t * | pcmk__clone_notif_pseudo_ops (pe_resource_t *rsc, const char *task, pe_action_t *action, pe_action_t *complete) |
void | pcmk__create_notifications (pe_resource_t *rsc, notify_data_t *n_data) |
void | pcmk__free_notification_data (notify_data_t *n_data) |
void | pcmk__order_notifs_after_fencing (pe_action_t *stop, pe_resource_t *rsc, pe_action_t *stonith_op) |
#define add_notify_env | ( | n_data, | |
key, | |||
value | |||
) |
Definition at line 638 of file pcmk_sched_notif.c.
#define add_notify_env_free | ( | n_data, | |
key, | |||
value | |||
) |
Definition at line 642 of file pcmk_sched_notif.c.
typedef struct notify_entry_s notify_entry_t |
notify_data_t* pcmk__clone_notif_pseudo_ops | ( | pe_resource_t * | rsc, |
const char * | task, | ||
pe_action_t * | action, | ||
pe_action_t * | complete | ||
) |
Definition at line 435 of file pcmk_sched_notif.c.
void pcmk__create_notifications | ( | pe_resource_t * | rsc, |
notify_data_t * | n_data | ||
) |
Definition at line 923 of file pcmk_sched_notif.c.
void pcmk__free_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 940 of file pcmk_sched_notif.c.
void pcmk__order_notifs_after_fencing | ( | pe_action_t * | stop, |
pe_resource_t * | rsc, | ||
pe_action_t * | stonith_op | ||
) |
Definition at line 972 of file pcmk_sched_notif.c.