![]() |
pacemaker
1.1.18-7fdfbbe
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 120 of file transition.h.
gboolean(* crm_graph_functions_s::allowed)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 125 of file transition.h.
gboolean(* crm_graph_functions_s::crmd)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 123 of file transition.h.
gboolean(* crm_graph_functions_s::pseudo)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 121 of file transition.h.
gboolean(* crm_graph_functions_s::rsc)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 122 of file transition.h.
gboolean(* crm_graph_functions_s::stonith)(crm_graph_t *graph, crm_action_t *action) |
Definition at line 124 of file transition.h.