![]() |
pacemaker
2.0.2-debe490
Scalable High-Availability cluster resource manager
|
#include <include/crm/transition.h>
Data Fields | |
gboolean(* | pseudo )(crm_graph_t *graph, crm_action_t *action) |
gboolean(* | rsc )(crm_graph_t *graph, crm_action_t *action) |
gboolean(* | crmd )(crm_graph_t *graph, crm_action_t *action) |
gboolean(* | stonith )(crm_graph_t *graph, crm_action_t *action) |
gboolean(* | allowed )(crm_graph_t *graph, crm_action_t *action) |
Definition at line 116 of file transition.h.
gboolean(* crm_graph_functions_s::allowed)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 121 of file transition.h.
gboolean(* crm_graph_functions_s::crmd)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 119 of file transition.h.
gboolean(* crm_graph_functions_s::pseudo)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 117 of file transition.h.
gboolean(* crm_graph_functions_s::rsc)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 118 of file transition.h.
gboolean(* crm_graph_functions_s::stonith)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 120 of file transition.h.