pacemaker  2.1.0-7c3f660
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 <include/pcmki/pcmki_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 106 of file pcmki_transition.h.

Field Documentation

gboolean(* crm_graph_functions_s::allowed)(crm_graph_t *graph, crm_action_t *action)

Definition at line 111 of file pcmki_transition.h.

gboolean(* crm_graph_functions_s::crmd)(crm_graph_t *graph, crm_action_t *action)

Definition at line 109 of file pcmki_transition.h.

gboolean(* crm_graph_functions_s::pseudo)(crm_graph_t *graph, crm_action_t *action)

Definition at line 107 of file pcmki_transition.h.

gboolean(* crm_graph_functions_s::rsc)(crm_graph_t *graph, crm_action_t *action)

Definition at line 108 of file pcmki_transition.h.

gboolean(* crm_graph_functions_s::stonith)(crm_graph_t *graph, crm_action_t *action)

Definition at line 110 of file pcmki_transition.h.


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