pacemaker  1.1.15-e174ec8
Scalable High-Availability cluster resource manager
Data Fields
crm_graph_functions_s Struct Reference

#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)
 

Detailed Description

Definition at line 115 of file transition.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: