![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#include <include/crm/common/ipc_schedulerd.h>
Data Fields | ||
| enum pcmk_schedulerd_api_reply | reply_type | |
| union { | ||
| struct { | ||
| xmlNode * tgraph | ||
| const char * reference | ||
| const char * input | ||
| } graph | ||
| } | data | |
Schedulerd reply passed to event callback
Definition at line 36 of file ipc_schedulerd.h.
| union { ... } pcmk_schedulerd_api_reply_t::data |
| struct { ... } pcmk_schedulerd_api_reply_t::graph |
| const char* pcmk_schedulerd_api_reply_t::input |
Definition at line 44 of file ipc_schedulerd.h.
| const char* pcmk_schedulerd_api_reply_t::reference |
Definition at line 43 of file ipc_schedulerd.h.
| enum pcmk_schedulerd_api_reply pcmk_schedulerd_api_reply_t::reply_type |
Definition at line 37 of file ipc_schedulerd.h.
| xmlNode* pcmk_schedulerd_api_reply_t::tgraph |
Definition at line 42 of file ipc_schedulerd.h.