Go to the source code of this file.
◆ 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 639 of file pe_notif.c.
 
 
◆ add_notify_env_free_gs
      
        
          | #define add_notify_env_free_gs | 
          ( | 
            | 
          n_data,  | 
        
        
           | 
           | 
            | 
          key,  | 
        
        
           | 
           | 
            | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:do {                 \
                                            (const char *) value->str); \
         g_string_free(value, TRUE); 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 650 of file pe_notif.c.
 
 
◆ add_notify_env_gs
      
        
          | #define add_notify_env_gs | 
          ( | 
            | 
          n_data,  | 
        
        
           | 
           | 
            | 
          key,  | 
        
        
           | 
           | 
            | 
          value  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:do {                      \
                                            (const char *) value->str); \
    } 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 644 of file pe_notif.c.
 
 
◆ notify_entry_t
◆ pe__action_notif_pseudo_ops()
◆ pe__create_action_notifications()
◆ pe__free_action_notification_data()
◆ pe__order_notifs_after_fencing()