Go to the source code of this file.
|
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) |
|
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) |
|
#define add_notify_env |
( |
|
n_data, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Value:do { \
} while (0)
GSList * pcmk_prepend_nvpair(GSList *nvpairs, const char *name, const char *value)
Prepend a name/value pair to a list.
Definition at line 510 of file pcmk_sched_notif.c.
#define add_notify_env_free |
( |
|
n_data, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Value:do { \
free(value); value = NULL; \
} while (0)
GSList * pcmk_prepend_nvpair(GSList *nvpairs, const char *name, const char *value)
Prepend a name/value pair to a list.
Definition at line 514 of file pcmk_sched_notif.c.