pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
gboolean | update_graph (crm_graph_t *graph, crm_action_t *action) |
int | run_graph (crm_graph_t *graph) |
Variables | |
crm_graph_functions_t * | graph_fns = NULL |
int run_graph | ( | crm_graph_t * | graph | ) |
Definition at line 236 of file pcmk_trans_graph.c.
gboolean update_graph | ( | crm_graph_t * | graph, |
crm_action_t * | action | ||
) |
Definition at line 91 of file pcmk_trans_graph.c.
crm_graph_functions_t* graph_fns = NULL |
Definition at line 17 of file pcmk_trans_graph.c.