![]() |
pacemaker
2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
|
#include <crm/pengine/internal.h>
Go to the source code of this file.
Functions | |
notify_data_t * | create_notification_boundaries (resource_t *rsc, const char *action, action_t *start, action_t *end, pe_working_set_t *data_set) |
void | collect_notification_data (resource_t *rsc, gboolean state, gboolean activity, notify_data_t *n_data) |
gboolean | expand_notification_data (resource_t *rsc, notify_data_t *n_data, pe_working_set_t *data_set) |
void | create_notifications (resource_t *rsc, notify_data_t *n_data, pe_working_set_t *data_set) |
void | free_notification_data (notify_data_t *n_data) |
void | create_secondary_notification (pe_action_t *action, resource_t *rsc, pe_action_t *stonith_op, pe_working_set_t *data_set) |
void collect_notification_data | ( | resource_t * | rsc, |
gboolean | state, | ||
gboolean | activity, | ||
notify_data_t * | n_data | ||
) |
Definition at line 426 of file pcmk_sched_notif.c.
notify_data_t* create_notification_boundaries | ( | resource_t * | rsc, |
const char * | action, | ||
action_t * | start, | ||
action_t * | end, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 317 of file pcmk_sched_notif.c.
void create_notifications | ( | resource_t * | rsc, |
notify_data_t * | n_data, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 673 of file pcmk_sched_notif.c.
void create_secondary_notification | ( | pe_action_t * | action, |
resource_t * | rsc, | ||
pe_action_t * | stonith_op, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 821 of file pcmk_sched_notif.c.
gboolean expand_notification_data | ( | resource_t * | rsc, |
notify_data_t * | n_data, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 535 of file pcmk_sched_notif.c.
void free_notification_data | ( | notify_data_t * | n_data | ) |
Definition at line 802 of file pcmk_sched_notif.c.