| 
    pacemaker
    2.1.5-b7adf64e51
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <sys/param.h>#include <sys/stat.h>#include <crm/crm.h>#include <crm/msg_xml.h>#include <crm/common/xml.h>#include <crm/common/xml_internal.h>#include <crm/lrmd_internal.h>#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
| void | pcmk__update_graph (pcmk__graph_t *graph, pcmk__graph_action_t *action) | 
| void | pcmk__set_graph_functions (pcmk__graph_functions_t *fns) | 
| enum pcmk__graph_status | pcmk__execute_graph (pcmk__graph_t *graph) | 
| pcmk__graph_t * | pcmk__unpack_graph (xmlNode *xml_graph, const char *reference) | 
| void | pcmk__free_graph (pcmk__graph_t *graph) | 
| lrmd_event_data_t * | pcmk__event_from_graph_action (const xmlNode *resource, const pcmk__graph_action_t *action, int status, int rc, const char *exit_reason) | 
| lrmd_event_data_t* pcmk__event_from_graph_action | ( | const xmlNode * | resource, | 
| const pcmk__graph_action_t * | action, | ||
| int | status, | ||
| int | rc, | ||
| const char * | exit_reason | ||
| ) | 
Definition at line 818 of file pcmk_graph_consumer.c.
| enum pcmk__graph_status pcmk__execute_graph | ( | pcmk__graph_t * | graph | ) | 
Definition at line 348 of file pcmk_graph_consumer.c.
| void pcmk__free_graph | ( | pcmk__graph_t * | graph | ) | 
Definition at line 791 of file pcmk_graph_consumer.c.
| void pcmk__set_graph_functions | ( | pcmk__graph_functions_t * | fns | ) | 
Definition at line 146 of file pcmk_graph_consumer.c.
| pcmk__graph_t* pcmk__unpack_graph | ( | xmlNode * | xml_graph, | 
| const char * | reference | ||
| ) | 
Definition at line 667 of file pcmk_graph_consumer.c.
| void pcmk__update_graph | ( | pcmk__graph_t * | graph, | 
| pcmk__graph_action_t * | action | ||
| ) | 
Definition at line 111 of file pcmk_graph_consumer.c.
 1.8.14