![]()  | 
  
    pacemaker
    3.0.0-d8340737c4
    
   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 61 of file ipc_pacemakerd.h.
| union { ... } pcmk_pacemakerd_api_reply_t::data | 
| time_t pcmk_pacemakerd_api_reply_t::last_good | 
Definition at line 69 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 62 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 68 of file ipc_pacemakerd.h.
| int pcmk_pacemakerd_api_reply_t::status | 
Definition at line 70 of file ipc_pacemakerd.h.
| const char* pcmk_pacemakerd_api_reply_t::sys_from | 
Definition at line 67 of file ipc_pacemakerd.h.
 1.8.14