![]() |
pacemaker
3.0.0-d8340737c4
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 32 of file pe_status_private.h.
const char* notify_data_s::action |
Definition at line 35 of file pe_status_private.h.
GList* notify_data_s::active |
Definition at line 42 of file pe_status_private.h.
GHashTable* notify_data_s::allowed_nodes |
Definition at line 50 of file pe_status_private.h.
GList* notify_data_s::demote |
Definition at line 46 of file pe_status_private.h.
GList* notify_data_s::inactive |
Definition at line 43 of file pe_status_private.h.
GSList* notify_data_s::keys |
Definition at line 33 of file pe_status_private.h.
pcmk_action_t* notify_data_s::post |
Definition at line 38 of file pe_status_private.h.
pcmk_action_t* notify_data_s::post_done |
Definition at line 40 of file pe_status_private.h.
pcmk_action_t* notify_data_s::pre |
Definition at line 37 of file pe_status_private.h.
pcmk_action_t* notify_data_s::pre_done |
Definition at line 39 of file pe_status_private.h.
GList* notify_data_s::promote |
Definition at line 47 of file pe_status_private.h.
GList* notify_data_s::promoted |
Definition at line 48 of file pe_status_private.h.
GList* notify_data_s::start |
Definition at line 44 of file pe_status_private.h.
GList* notify_data_s::stop |
Definition at line 45 of file pe_status_private.h.
GList* notify_data_s::unpromoted |
Definition at line 49 of file pe_status_private.h.