pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <glib.h>
#include <stdbool.h>
#include <libxml/tree.h>
#include <crm/lrmd_events.h>
#include <crm/pengine/status.h>
Go to the source code of this file.
Data Structures | |
struct | pcmk__colocation_t |
Functions | |
void | pcmk__unpack_constraints (pcmk_scheduler_t *scheduler) |
void | pcmk__schedule_actions (xmlNode *cib, unsigned long long flags, pcmk_scheduler_t *scheduler) |
GList * | pcmk__copy_node_list (const GList *list, bool reset) |
xmlNode * | pcmk__create_history_xml (xmlNode *parent, lrmd_event_data_t *event, const char *caller_version, int target_rc, const char *node, const char *origin) |
GList* pcmk__copy_node_list | ( | const GList * | list, |
bool | reset | ||
) |
Definition at line 170 of file pcmk_sched_nodes.c.
xmlNode* pcmk__create_history_xml | ( | xmlNode * | parent, |
lrmd_event_data_t * | event, | ||
const char * | caller_version, | ||
int | target_rc, | ||
const char * | node, | ||
const char * | origin | ||
) |
Definition at line 1118 of file pcmk_sched_actions.c.
void pcmk__schedule_actions | ( | xmlNode * | cib, |
unsigned long long | flags, | ||
pcmk_scheduler_t * | scheduler | ||
) |
Definition at line 780 of file pcmk_scheduler.c.
void pcmk__unpack_constraints | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 56 of file pcmk_sched_constraints.c.