pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
IPC commands for Schedulerd. More...
#include <crm/common/ipc.h>
Go to the source code of this file.
Data Structures | |
struct | pcmk_schedulerd_api_reply_t |
Enumerations | |
enum | pcmk_schedulerd_api_reply { pcmk_schedulerd_reply_unknown, pcmk_schedulerd_reply_graph } |
Possible types of schedulerd replies. More... | |
Functions | |
int | pcmk_schedulerd_api_graph (pcmk_ipc_api_t *api, xmlNode *cib, char **ref) |
Make an IPC request to the scheduler for the transition graph. More... | |
IPC commands for Schedulerd.
Definition in file ipc_schedulerd.h.
Possible types of schedulerd replies.
Enumerator | |
---|---|
pcmk_schedulerd_reply_unknown | |
pcmk_schedulerd_reply_graph |
Definition at line 28 of file ipc_schedulerd.h.
int pcmk_schedulerd_api_graph | ( | pcmk_ipc_api_t * | api, |
xmlNode * | cib, | ||
char ** | ref | ||
) |
Make an IPC request to the scheduler for the transition graph.
[in,out] | api | IPC API connection |
[in] | cib | The CIB to create a transition graph for |
[out] | ref | The reference ID a response will have |
Definition at line 177 of file ipc_schedulerd.c.