pacemaker  2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
Data Structures | Functions
pcmki_scheduler.h File Reference
#include <glib.h>
#include <crm/crm.h>
#include <crm/common/iso8601.h>
#include <crm/pengine/rules.h>
#include <crm/pengine/common.h>
#include <crm/pengine/status.h>
#include <crm/pengine/complex.h>
Include dependency graph for pcmki_scheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pcmk__colocation_t
 

Functions

void pcmk__unpack_constraints (pe_working_set_t *data_set)
 
void pcmk__schedule_actions (xmlNode *cib, unsigned long long flags, pe_working_set_t *data_set)
 

Function Documentation

◆ pcmk__schedule_actions()

void pcmk__schedule_actions ( xmlNode *  cib,
unsigned long long  flags,
pe_working_set_t data_set 
)

Definition at line 766 of file pcmk_sched_allocate.c.

◆ pcmk__unpack_constraints()

void pcmk__unpack_constraints ( pe_working_set_t data_set)

Definition at line 56 of file pcmk_sched_constraints.c.