pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Data Structures | Functions
pcmki_scheduler.h File Reference
#include <glib.h>
#include <stdbool.h>
#include <libxml/tree.h>
#include <crm/lrmd_events.h>
#include <crm/pengine/status.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 (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)
 

Function Documentation

◆ pcmk__copy_node_list()

GList* pcmk__copy_node_list ( const GList *  list,
bool  reset 
)

Definition at line 170 of file pcmk_sched_nodes.c.

◆ pcmk__create_history_xml()

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.

◆ pcmk__schedule_actions()

void pcmk__schedule_actions ( xmlNode *  cib,
unsigned long long  flags,
pcmk_scheduler_t scheduler 
)

Definition at line 780 of file pcmk_scheduler.c.

◆ pcmk__unpack_constraints()

void pcmk__unpack_constraints ( pcmk_scheduler_t scheduler)

Definition at line 56 of file pcmk_sched_constraints.c.