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) | 
|   | 
◆ add_notify_env
      
        
          | #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 508 of file pcmk_sched_notif.c.
 
 
◆ add_notify_env_free
      
        
          | #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 512 of file pcmk_sched_notif.c.
 
 
◆ notify_entry_t
◆ collect_notification_data()
◆ create_notification_boundaries()
◆ create_notifications()
◆ create_secondary_notification()
◆ free_notification_data()
◆ pcmk__create_notification_keys()