pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
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 (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 177 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 1131 of file pcmk_sched_actions.c.

◆ pcmk__schedule_actions()

void pcmk__schedule_actions ( pcmk_scheduler_t * scheduler)

Definition at line 740 of file pcmk_scheduler.c.

◆ pcmk__unpack_constraints()

void pcmk__unpack_constraints ( pcmk_scheduler_t * scheduler)

Definition at line 39 of file pcmk_sched_constraints.c.