pacemaker  1.1.18-36d2962a86
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
 
char * task
 
lrmd_rsc_info_trsc_info
 

Detailed Description

Definition at line 49 of file transition.h.

Field Documentation

◆ can_fail

gboolean crm_action_s::can_fail

Definition at line 64 of file transition.h.

◆ confirmed

gboolean crm_action_s::confirmed

Definition at line 61 of file transition.h.

◆ executed

gboolean crm_action_s::executed

Definition at line 60 of file transition.h.

◆ failed

gboolean crm_action_s::failed

Definition at line 63 of file transition.h.

◆ id

int crm_action_s::id

Definition at line 50 of file transition.h.

◆ interval

int crm_action_s::interval

Definition at line 52 of file transition.h.

◆ params

GHashTable* crm_action_s::params

Definition at line 53 of file transition.h.

◆ rsc_info

lrmd_rsc_info_t* crm_action_s::rsc_info

Definition at line 70 of file transition.h.

◆ sent_update

gboolean crm_action_s::sent_update

Definition at line 59 of file transition.h.

◆ synapse

synapse_t* crm_action_s::synapse

Definition at line 57 of file transition.h.

◆ task

char* crm_action_s::task

Definition at line 68 of file transition.h.

◆ timeout

int crm_action_s::timeout

Definition at line 51 of file transition.h.

◆ timer

crm_action_timer_t* crm_action_s::timer

Definition at line 56 of file transition.h.

◆ type

action_type_e crm_action_s::type

Definition at line 54 of file transition.h.

◆ xml

xmlNode* crm_action_s::xml

Definition at line 66 of file transition.h.


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