pacemaker  2.1.6-802a72226b
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)
 
GList * pcmk__with_this_colocations (const pe_resource_t *rsc)
 
GList * pcmk__this_with_colocations (const pe_resource_t *rsc)
 

Function Documentation

◆ pcmk__schedule_actions()

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

Definition at line 771 of file pcmk_scheduler.c.

◆ pcmk__this_with_colocations()

GList* pcmk__this_with_colocations ( const pe_resource_t rsc)

Definition at line 1589 of file pcmk_sched_colocation.c.

◆ pcmk__unpack_constraints()

void pcmk__unpack_constraints ( pe_working_set_t data_set)

Definition at line 56 of file pcmk_sched_constraints.c.

◆ pcmk__with_this_colocations()

GList* pcmk__with_this_colocations ( const pe_resource_t rsc)

Definition at line 1570 of file pcmk_sched_colocation.c.