pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/crm.h>
#include <crm/cib.h>
#include <crm/cib/internal.h>
#include <crm/common/xml.h>
#include <crm/common/xml_internal.h>
#include <crm/common/scheduler_internal.h>
#include <glib.h>
#include <crm/pengine/status.h>
#include <pacemaker-internal.h>
#include "libpacemaker_private.h"
Go to the source code of this file.
Functions | |
CRM_TRACE_INIT_DATA (pacemaker) | |
void | pcmk__schedule_actions (xmlNode *cib, unsigned long long flags, pcmk_scheduler_t *scheduler) |
int | pcmk__init_scheduler (pcmk__output_t *out, xmlNodePtr input, const crm_time_t *date, pcmk_scheduler_t **scheduler) |
CRM_TRACE_INIT_DATA | ( | pacemaker | ) |
int pcmk__init_scheduler | ( | pcmk__output_t * | out, |
xmlNodePtr | input, | ||
const crm_time_t * | date, | ||
pcmk_scheduler_t ** | scheduler | ||
) |
Definition at line 847 of file pcmk_scheduler.c.
void pcmk__schedule_actions | ( | xmlNode * | cib, |
unsigned long long | flags, | ||
pcmk_scheduler_t * | scheduler | ||
) |
Definition at line 783 of file pcmk_scheduler.c.