pacemaker  2.1.2-ada5c3b36
Scalable High-Availability cluster resource manager
Functions
pcmki_sched_notif.h File Reference
#include <crm/pengine/internal.h>
Include dependency graph for pcmki_sched_notif.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

notify_data_tcreate_notification_boundaries (pe_resource_t *rsc, const char *action, pe_action_t *start, pe_action_t *end, pe_working_set_t *data_set)
 
void collect_notification_data (pe_resource_t *rsc, gboolean state, gboolean activity, notify_data_t *n_data)
 
void pcmk__create_notification_keys (pe_resource_t *rsc, notify_data_t *n_data, pe_working_set_t *data_set)
 
void create_notifications (pe_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, pe_resource_t *rsc, pe_action_t *stonith_op, pe_working_set_t *data_set)
 

Function Documentation

◆ collect_notification_data()

void collect_notification_data ( pe_resource_t rsc,
gboolean  state,
gboolean  activity,
notify_data_t n_data 
)

Definition at line 397 of file pcmk_sched_notif.c.

◆ create_notification_boundaries()

notify_data_t* create_notification_boundaries ( pe_resource_t rsc,
const char *  action,
pe_action_t start,
pe_action_t end,
pe_working_set_t data_set 
)

Definition at line 290 of file pcmk_sched_notif.c.

◆ create_notifications()

void create_notifications ( pe_resource_t rsc,
notify_data_t n_data,
pe_working_set_t data_set 
)

Definition at line 637 of file pcmk_sched_notif.c.

◆ create_secondary_notification()

void create_secondary_notification ( pe_action_t action,
pe_resource_t rsc,
pe_action_t stonith_op,
pe_working_set_t data_set 
)

Definition at line 788 of file pcmk_sched_notif.c.

◆ free_notification_data()

void free_notification_data ( notify_data_t n_data)

Definition at line 769 of file pcmk_sched_notif.c.

◆ pcmk__create_notification_keys()

void pcmk__create_notification_keys ( pe_resource_t rsc,
notify_data_t n_data,
pe_working_set_t data_set 
)

Definition at line 516 of file pcmk_sched_notif.c.