pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
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 145 of file pcmki_transition.h.

Field Documentation

◆ allowed

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

Definition at line 150 of file pcmki_transition.h.

◆ crmd

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

Definition at line 148 of file pcmki_transition.h.

◆ pseudo

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

Definition at line 146 of file pcmki_transition.h.

◆ rsc

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

Definition at line 147 of file pcmki_transition.h.

◆ stonith

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

Definition at line 149 of file pcmki_transition.h.


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