pacemaker  1.1.16-94ff4df
Scalable High-Availability cluster resource manager
Data Fields
crm_action_s Struct Reference

#include <transition.h>

Collaboration diagram for crm_action_s:
Collaboration graph
[legend]

Data Fields

int id
 
int timeout
 
int interval
 
GHashTable * params
 
action_type_e type
 
crm_action_timer_ttimer
 
synapse_tsynapse
 
gboolean sent_update
 
gboolean executed
 
gboolean confirmed
 
gboolean failed
 
gboolean can_fail
 
xmlNode * xml
 

Detailed Description

Definition at line 44 of file transition.h.

Field Documentation

§ can_fail

gboolean crm_action_s::can_fail

Definition at line 59 of file transition.h.

§ confirmed

gboolean crm_action_s::confirmed

Definition at line 56 of file transition.h.

§ executed

gboolean crm_action_s::executed

Definition at line 55 of file transition.h.

§ failed

gboolean crm_action_s::failed

Definition at line 58 of file transition.h.

§ id

int crm_action_s::id

Definition at line 45 of file transition.h.

§ interval

int crm_action_s::interval

Definition at line 47 of file transition.h.

§ params

GHashTable* crm_action_s::params

Definition at line 48 of file transition.h.

§ sent_update

gboolean crm_action_s::sent_update

Definition at line 54 of file transition.h.

§ synapse

synapse_t* crm_action_s::synapse

Definition at line 52 of file transition.h.

§ timeout

int crm_action_s::timeout

Definition at line 46 of file transition.h.

§ timer

crm_action_timer_t* crm_action_s::timer

Definition at line 51 of file transition.h.

§ type

action_type_e crm_action_s::type

Definition at line 49 of file transition.h.

§ xml

xmlNode* crm_action_s::xml

Definition at line 61 of file transition.h.


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