pacemaker  2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
Data Fields
notify_data_s Struct Reference

#include <include/crm/pengine/internal.h>

Collaboration diagram for notify_data_s:
Collaboration graph
[legend]

Data Fields

GSList * keys
 
const char * action
 
pe_action_tpre
 
pe_action_tpost
 
pe_action_tpre_done
 
pe_action_tpost_done
 
GList * active
 
GList * inactive
 
GList * start
 
GList * stop
 
GList * demote
 
GList * promote
 
GList * promoted
 
GList * unpromoted
 
GHashTable * allowed_nodes
 

Detailed Description

Definition at line 209 of file internal.h.

Field Documentation

◆ action

const char* notify_data_s::action

Definition at line 212 of file internal.h.

◆ active

GList* notify_data_s::active

Definition at line 219 of file internal.h.

◆ allowed_nodes

GHashTable* notify_data_s::allowed_nodes

Definition at line 227 of file internal.h.

◆ demote

GList* notify_data_s::demote

Definition at line 223 of file internal.h.

◆ inactive

GList* notify_data_s::inactive

Definition at line 220 of file internal.h.

◆ keys

GSList* notify_data_s::keys

Definition at line 210 of file internal.h.

◆ post

pe_action_t* notify_data_s::post

Definition at line 215 of file internal.h.

◆ post_done

pe_action_t* notify_data_s::post_done

Definition at line 217 of file internal.h.

◆ pre

pe_action_t* notify_data_s::pre

Definition at line 214 of file internal.h.

◆ pre_done

pe_action_t* notify_data_s::pre_done

Definition at line 216 of file internal.h.

◆ promote

GList* notify_data_s::promote

Definition at line 224 of file internal.h.

◆ promoted

GList* notify_data_s::promoted

Definition at line 225 of file internal.h.

◆ start

GList* notify_data_s::start

Definition at line 221 of file internal.h.

◆ stop

GList* notify_data_s::stop

Definition at line 222 of file internal.h.

◆ unpromoted

GList* notify_data_s::unpromoted

Definition at line 226 of file internal.h.


The documentation for this struct was generated from the following file: