pacemaker
2.1.6-802a72226b
Scalable High-Availability cluster resource manager
|
#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>
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) |
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.
GList* pcmk__this_with_colocations | ( | const pe_resource_t * | rsc | ) |
Definition at line 1589 of file pcmk_sched_colocation.c.
void pcmk__unpack_constraints | ( | pe_working_set_t * | data_set | ) |
Definition at line 56 of file pcmk_sched_constraints.c.
GList* pcmk__with_this_colocations | ( | const pe_resource_t * | rsc | ) |
Definition at line 1570 of file pcmk_sched_colocation.c.