![]() |
pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|
#include <transition.h>

Data Fields | |
| int | id |
| int | timeout |
| int | interval |
| GHashTable * | params |
| action_type_e | type |
| crm_action_timer_t * | timer |
| synapse_t * | synapse |
| gboolean | sent_update |
| gboolean | executed |
| gboolean | confirmed |
| gboolean | failed |
| gboolean | can_fail |
| xmlNode * | xml |
Definition at line 47 of file transition.h.
| gboolean crm_action_s::can_fail |
Definition at line 62 of file transition.h.
| gboolean crm_action_s::confirmed |
Definition at line 59 of file transition.h.
| gboolean crm_action_s::executed |
Definition at line 58 of file transition.h.
| gboolean crm_action_s::failed |
Definition at line 61 of file transition.h.
| int crm_action_s::id |
Definition at line 48 of file transition.h.
| int crm_action_s::interval |
Definition at line 50 of file transition.h.
| GHashTable* crm_action_s::params |
Definition at line 51 of file transition.h.
| gboolean crm_action_s::sent_update |
Definition at line 57 of file transition.h.
| synapse_t* crm_action_s::synapse |
Definition at line 55 of file transition.h.
| int crm_action_s::timeout |
Definition at line 49 of file transition.h.
| crm_action_timer_t* crm_action_s::timer |
Definition at line 54 of file transition.h.
| action_type_e crm_action_s::type |
Definition at line 52 of file transition.h.
| xmlNode* crm_action_s::xml |
Definition at line 64 of file transition.h.
1.8.5