pacemaker  1.1.17-b36b869ca8
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 318 of file status.h.

Field Documentation

§ actions_after

GListPtr pe_action_s::actions_after

Definition at line 366 of file status.h.

§ actions_before

GListPtr pe_action_s::actions_before

Definition at line 365 of file status.h.

§ cancel_task

char* pe_action_s::cancel_task

Definition at line 328 of file status.h.

§ extra

GHashTable* pe_action_s::extra

Definition at line 343 of file status.h.

§ fail_role

enum rsc_role_e pe_action_s::fail_role

Definition at line 333 of file status.h.

§ flags

enum pe_action_flags pe_action_s::flags

Definition at line 330 of file status.h.

§ id

int pe_action_s::id

Definition at line 319 of file status.h.

§ meta

GHashTable* pe_action_s::meta

Definition at line 342 of file status.h.

§ needs

enum rsc_start_requirement pe_action_s::needs

Definition at line 331 of file status.h.

§ node

node_t* pe_action_s::node

Definition at line 323 of file status.h.

§ on_fail

enum action_fail_response pe_action_s::on_fail

Definition at line 332 of file status.h.

§ op_entry

xmlNode* pe_action_s::op_entry

Definition at line 324 of file status.h.

§ post_notified

action_t* pe_action_s::post_notified

Definition at line 338 of file status.h.

§ post_notify

action_t* pe_action_s::post_notify

Definition at line 337 of file status.h.

§ pre_notified

action_t* pe_action_s::pre_notified

Definition at line 336 of file status.h.

§ pre_notify

action_t* pe_action_s::pre_notify

Definition at line 335 of file status.h.

§ priority

int pe_action_s::priority

Definition at line 320 of file status.h.

§ required_runnable_before

int pe_action_s::required_runnable_before

Definition at line 363 of file status.h.

§ rsc

resource_t* pe_action_s::rsc

Definition at line 322 of file status.h.

§ runnable_before

int pe_action_s::runnable_before

Definition at line 360 of file status.h.

§ seen_count

int pe_action_s::seen_count

Definition at line 340 of file status.h.

§ task

char* pe_action_s::task

Definition at line 326 of file status.h.

§ uuid

char* pe_action_s::uuid

Definition at line 327 of file status.h.


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