pacemaker  1.1.15-e174ec8
Scalable High-Availability cluster resource manager
Data Fields
pe_action_s Struct Reference

#include <status.h>

Collaboration diagram for pe_action_s:
Collaboration graph
[legend]

Data Fields

int id
 
int priority
 
resource_trsc
 
node_tnode
 
xmlNode * op_entry
 
char * task
 
char * uuid
 
char * cancel_task
 
enum pe_action_flags flags
 
enum rsc_start_requirement needs
 
enum action_fail_response on_fail
 
enum rsc_role_e fail_role
 
action_tpre_notify
 
action_tpre_notified
 
action_tpost_notify
 
action_tpost_notified
 
int seen_count
 
GHashTable * meta
 
GHashTable * extra
 
int runnable_before
 
int required_runnable_before
 
GListPtr actions_before
 
GListPtr actions_after
 

Detailed Description

Definition at line 306 of file status.h.

Field Documentation

§ actions_after

GListPtr pe_action_s::actions_after

Definition at line 354 of file status.h.

§ actions_before

GListPtr pe_action_s::actions_before

Definition at line 353 of file status.h.

§ cancel_task

char* pe_action_s::cancel_task

Definition at line 316 of file status.h.

§ extra

GHashTable* pe_action_s::extra

Definition at line 331 of file status.h.

§ fail_role

enum rsc_role_e pe_action_s::fail_role

Definition at line 321 of file status.h.

§ flags

enum pe_action_flags pe_action_s::flags

Definition at line 318 of file status.h.

§ id

int pe_action_s::id

Definition at line 307 of file status.h.

§ meta

GHashTable* pe_action_s::meta

Definition at line 330 of file status.h.

§ needs

enum rsc_start_requirement pe_action_s::needs

Definition at line 319 of file status.h.

§ node

node_t* pe_action_s::node

Definition at line 311 of file status.h.

§ on_fail

enum action_fail_response pe_action_s::on_fail

Definition at line 320 of file status.h.

§ op_entry

xmlNode* pe_action_s::op_entry

Definition at line 312 of file status.h.

§ post_notified

action_t* pe_action_s::post_notified

Definition at line 326 of file status.h.

§ post_notify

action_t* pe_action_s::post_notify

Definition at line 325 of file status.h.

§ pre_notified

action_t* pe_action_s::pre_notified

Definition at line 324 of file status.h.

§ pre_notify

action_t* pe_action_s::pre_notify

Definition at line 323 of file status.h.

§ priority

int pe_action_s::priority

Definition at line 308 of file status.h.

§ required_runnable_before

int pe_action_s::required_runnable_before

Definition at line 351 of file status.h.

§ rsc

resource_t* pe_action_s::rsc

Definition at line 310 of file status.h.

§ runnable_before

int pe_action_s::runnable_before

Definition at line 348 of file status.h.

§ seen_count

int pe_action_s::seen_count

Definition at line 328 of file status.h.

§ task

char* pe_action_s::task

Definition at line 314 of file status.h.

§ uuid

char* pe_action_s::uuid

Definition at line 315 of file status.h.


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