pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdlib.h>
#include <time.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <crm/common/ipc.h>
#include <crm/common/ipc_internal.h>
#include <crm/common/ipc_schedulerd.h>
#include "crmcommon_private.h"
Go to the source code of this file.
Typedefs | |
typedef struct schedulerd_api_private_s | schedulerd_api_private_t |
Functions | |
pcmk__ipc_methods_t * | pcmk__schedulerd_api_methods () |
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... | |
typedef struct schedulerd_api_private_s schedulerd_api_private_t |
pcmk__ipc_methods_t* pcmk__schedulerd_api_methods | ( | void | ) |
Definition at line 126 of file ipc_schedulerd.c.
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] | 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 175 of file ipc_schedulerd.c.