pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <sys/param.h>
#include <crm/crm.h>
#include <crm/cib.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <glib.h>
#include <crm/pengine/status.h>
#include <pacemaker-internal.h>
#include <crm/common/ipc_internal.h>
Go to the source code of this file.
Functions | |
xmlNode * | pcmk__schedule_actions (pe_working_set_t *data_set, xmlNode *xml_input, crm_time_t *now) |
Variables | |
bool | pcmk__is_daemon |
xmlNode* pcmk__schedule_actions | ( | pe_working_set_t * | data_set, |
xmlNode * | xml_input, | ||
crm_time_t * | now | ||
) |
Definition at line 62 of file pcmk_sched_messages.c.