![]() |
pacemaker
1.1.15-e174ec8
Scalable High-Availability cluster resource manager
|
#include <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 115 of file transition.h.
gboolean(* crm_graph_functions_s::allowed) (crm_graph_t *graph, crm_action_t *action) |
Definition at line 120 of file transition.h.
gboolean(* crm_graph_functions_s::crmd) (crm_graph_t *graph, crm_action_t *action) |
Definition at line 118 of file transition.h.
gboolean(* crm_graph_functions_s::pseudo) (crm_graph_t *graph, crm_action_t *action) |
Definition at line 116 of file transition.h.
gboolean(* crm_graph_functions_s::rsc) (crm_graph_t *graph, crm_action_t *action) |
Definition at line 117 of file transition.h.
gboolean(* crm_graph_functions_s::stonith) (crm_graph_t *graph, crm_action_t *action) |
Definition at line 119 of file transition.h.