pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|
#include <internal.h>
Data Fields | |
GHashTable * | keys |
const char * | action |
action_t * | pre |
action_t * | post |
action_t * | pre_done |
action_t * | post_done |
GListPtr | active |
GListPtr | inactive |
GListPtr | start |
GListPtr | stop |
GListPtr | demote |
GListPtr | promote |
GListPtr | master |
GListPtr | slave |
GHashTable * | allowed_nodes |
Definition at line 35 of file internal.h.
const char* notify_data_s::action |
Definition at line 38 of file internal.h.
GListPtr notify_data_s::active |
Definition at line 45 of file internal.h.
GHashTable* notify_data_s::allowed_nodes |
Definition at line 53 of file internal.h.
GListPtr notify_data_s::demote |
Definition at line 49 of file internal.h.
GListPtr notify_data_s::inactive |
Definition at line 46 of file internal.h.
GHashTable* notify_data_s::keys |
Definition at line 36 of file internal.h.
GListPtr notify_data_s::master |
Definition at line 51 of file internal.h.
action_t* notify_data_s::post |
Definition at line 41 of file internal.h.
action_t* notify_data_s::post_done |
Definition at line 43 of file internal.h.
action_t* notify_data_s::pre |
Definition at line 40 of file internal.h.
action_t* notify_data_s::pre_done |
Definition at line 42 of file internal.h.
GListPtr notify_data_s::promote |
Definition at line 50 of file internal.h.
GListPtr notify_data_s::slave |
Definition at line 52 of file internal.h.
GListPtr notify_data_s::start |
Definition at line 47 of file internal.h.
GListPtr notify_data_s::stop |
Definition at line 48 of file internal.h.