pacemaker  1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 120 of file transition.h.

Field Documentation

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.


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