| 
    pacemaker
    2.1.1-52dc28db4
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <sys/param.h>#include <crm/crm.h>#include <crm/cib.h>#include <crm/msg_xml.h>#include <crm/common/xml.h>#include <glib.h>#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
| void | update_colo_start_chain (pe_action_t *action, pe_working_set_t *data_set) | 
| gboolean | rsc_update_action (pe_action_t *first, pe_action_t *then, enum pe_ordering type) | 
| gboolean | update_action (pe_action_t *then, pe_working_set_t *data_set) | 
| gboolean | shutdown_constraints (pe_node_t *node, pe_action_t *shutdown_op, pe_working_set_t *data_set) | 
| void | pcmk__order_vs_fence (pe_action_t *stonith_op, pe_working_set_t *data_set) | 
| void | add_maintenance_update (pe_working_set_t *data_set) | 
| bool | pcmk__ordering_is_invalid (pe_action_t *action, pe_action_wrapper_t *input) | 
| void | graph_element_from_action (pe_action_t *action, pe_working_set_t *data_set) | 
| void add_maintenance_update | ( | pe_working_set_t * | data_set | ) | 
Definition at line 957 of file pcmk_sched_graph.c.
| void graph_element_from_action | ( | pe_action_t * | action, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 1853 of file pcmk_sched_graph.c.
| void pcmk__order_vs_fence | ( | pe_action_t * | stonith_op, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 778 of file pcmk_sched_graph.c.
| bool pcmk__ordering_is_invalid | ( | pe_action_t * | action, | 
| pe_action_wrapper_t * | input | ||
| ) | 
Definition at line 1768 of file pcmk_sched_graph.c.
| gboolean rsc_update_action | ( | pe_action_t * | first, | 
| pe_action_t * | then, | ||
| enum pe_ordering | type | ||
| ) | 
| gboolean shutdown_constraints | ( | pe_node_t * | node, | 
| pe_action_t * | shutdown_op, | ||
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 723 of file pcmk_sched_graph.c.
| gboolean update_action | ( | pe_action_t * | then, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 527 of file pcmk_sched_graph.c.
| void update_colo_start_chain | ( | pe_action_t * | action, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 484 of file pcmk_sched_graph.c.
 1.8.14