pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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

Definition at line 409 of file pcmk_sched_notif.c.

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.

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

Definition at line 653 of file pcmk_sched_notif.c.

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 804 of file pcmk_sched_notif.c.

void free_notification_data ( notify_data_t n_data)

Definition at line 785 of file pcmk_sched_notif.c.

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

Definition at line 528 of file pcmk_sched_notif.c.