pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <lib/pengine/pe_status_private.h>
Data Fields | |
GSList * | keys |
const char * | action |
pcmk_action_t * | pre |
pcmk_action_t * | post |
pcmk_action_t * | pre_done |
pcmk_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 46 of file pe_status_private.h.
const char* notify_data_s::action |
Definition at line 49 of file pe_status_private.h.
GList* notify_data_s::active |
Definition at line 56 of file pe_status_private.h.
GHashTable* notify_data_s::allowed_nodes |
Definition at line 64 of file pe_status_private.h.
GList* notify_data_s::demote |
Definition at line 60 of file pe_status_private.h.
GList* notify_data_s::inactive |
Definition at line 57 of file pe_status_private.h.
GSList* notify_data_s::keys |
Definition at line 47 of file pe_status_private.h.
pcmk_action_t* notify_data_s::post |
Definition at line 52 of file pe_status_private.h.
pcmk_action_t* notify_data_s::post_done |
Definition at line 54 of file pe_status_private.h.
pcmk_action_t* notify_data_s::pre |
Definition at line 51 of file pe_status_private.h.
pcmk_action_t* notify_data_s::pre_done |
Definition at line 53 of file pe_status_private.h.
GList* notify_data_s::promote |
Definition at line 61 of file pe_status_private.h.
GList* notify_data_s::promoted |
Definition at line 62 of file pe_status_private.h.
GList* notify_data_s::start |
Definition at line 58 of file pe_status_private.h.
GList* notify_data_s::stop |
Definition at line 59 of file pe_status_private.h.
GList* notify_data_s::unpromoted |
Definition at line 63 of file pe_status_private.h.