|
pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <include/crm/common/ipc_pacemakerd.h>
Data Fields | |
| enum pcmk_pacemakerd_api_reply | reply_type |
| union { | |
| struct { | |
| const char * sys_from | |
| enum pcmk_pacemakerd_state state | |
| time_t last_good | |
| int status | |
| } ping | |
| struct { | |
| int status | |
| } shutdown | |
| } | data |
Pacemakerd reply passed to event callback
Definition at line 48 of file ipc_pacemakerd.h.
| union { ... } pcmk_pacemakerd_api_reply_t::data |
| time_t pcmk_pacemakerd_api_reply_t::last_good |
Definition at line 56 of file ipc_pacemakerd.h.
| struct { ... } pcmk_pacemakerd_api_reply_t::ping |
| enum pcmk_pacemakerd_api_reply pcmk_pacemakerd_api_reply_t::reply_type |
Definition at line 49 of file ipc_pacemakerd.h.
| struct { ... } pcmk_pacemakerd_api_reply_t::shutdown |
| enum pcmk_pacemakerd_state pcmk_pacemakerd_api_reply_t::state |
Definition at line 55 of file ipc_pacemakerd.h.
| int pcmk_pacemakerd_api_reply_t::status |
Definition at line 57 of file ipc_pacemakerd.h.
| const char* pcmk_pacemakerd_api_reply_t::sys_from |
Definition at line 54 of file ipc_pacemakerd.h.
1.8.14