pacemaker
2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
|
#include <include/crm/pengine/internal.h>
Data Fields | |
GSList * | keys |
const char * | action |
pe_action_t * | pre |
pe_action_t * | post |
pe_action_t * | pre_done |
pe_action_t * | post_done |
GList * | active |
GList * | inactive |
GList * | start |
GList * | stop |
GList * | demote |
GList * | promote |
GList * | promoted |
GList * | unpromoted |
GHashTable * | allowed_nodes |
Definition at line 209 of file internal.h.
const char* notify_data_s::action |
Definition at line 212 of file internal.h.
GList* notify_data_s::active |
Definition at line 219 of file internal.h.
GHashTable* notify_data_s::allowed_nodes |
Definition at line 227 of file internal.h.
GList* notify_data_s::demote |
Definition at line 223 of file internal.h.
GList* notify_data_s::inactive |
Definition at line 220 of file internal.h.
GSList* notify_data_s::keys |
Definition at line 210 of file internal.h.
pe_action_t* notify_data_s::post |
Definition at line 215 of file internal.h.
pe_action_t* notify_data_s::post_done |
Definition at line 217 of file internal.h.
pe_action_t* notify_data_s::pre |
Definition at line 214 of file internal.h.
pe_action_t* notify_data_s::pre_done |
Definition at line 216 of file internal.h.
GList* notify_data_s::promote |
Definition at line 224 of file internal.h.
GList* notify_data_s::promoted |
Definition at line 225 of file internal.h.
GList* notify_data_s::start |
Definition at line 221 of file internal.h.
GList* notify_data_s::stop |
Definition at line 222 of file internal.h.
GList* notify_data_s::unpromoted |
Definition at line 226 of file internal.h.