![]()  | 
  
    pacemaker
    3.0.0-d8340737c4
    
   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 177 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 1122 of file pcmk_sched_actions.c.
| void pcmk__schedule_actions | ( | xmlNode * | cib, | 
| unsigned long long | flags, | ||
| pcmk_scheduler_t * | scheduler | ||
| ) | 
Definition at line 771 of file pcmk_scheduler.c.
| void pcmk__unpack_constraints | ( | pcmk_scheduler_t * | scheduler | ) | 
Definition at line 40 of file pcmk_sched_constraints.c.
 1.8.14