pacemaker
2.1.6-802a72226b
Scalable High-Availability cluster resource manager
|
#include <lib/pengine/pe_status_private.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 41 of file pe_status_private.h.
const char* notify_data_s::action |
Definition at line 44 of file pe_status_private.h.
GList* notify_data_s::active |
Definition at line 51 of file pe_status_private.h.
GHashTable* notify_data_s::allowed_nodes |
Definition at line 59 of file pe_status_private.h.
GList* notify_data_s::demote |
Definition at line 55 of file pe_status_private.h.
GList* notify_data_s::inactive |
Definition at line 52 of file pe_status_private.h.
GSList* notify_data_s::keys |
Definition at line 42 of file pe_status_private.h.
pe_action_t* notify_data_s::post |
Definition at line 47 of file pe_status_private.h.
pe_action_t* notify_data_s::post_done |
Definition at line 49 of file pe_status_private.h.
pe_action_t* notify_data_s::pre |
Definition at line 46 of file pe_status_private.h.
pe_action_t* notify_data_s::pre_done |
Definition at line 48 of file pe_status_private.h.
GList* notify_data_s::promote |
Definition at line 56 of file pe_status_private.h.
GList* notify_data_s::promoted |
Definition at line 57 of file pe_status_private.h.
GList* notify_data_s::start |
Definition at line 53 of file pe_status_private.h.
GList* notify_data_s::stop |
Definition at line 54 of file pe_status_private.h.
GList* notify_data_s::unpromoted |
Definition at line 58 of file pe_status_private.h.