pacemaker  1.1.18-1a4ef7d180
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
 
void * action_details
 
char * reason
 

Detailed Description

Definition at line 330 of file status.h.

Field Documentation

◆ action_details

void* pe_action_s::action_details

Definition at line 383 of file status.h.

◆ actions_after

GListPtr pe_action_s::actions_after

Definition at line 378 of file status.h.

◆ actions_before

GListPtr pe_action_s::actions_before

Definition at line 377 of file status.h.

◆ cancel_task

char* pe_action_s::cancel_task

Definition at line 340 of file status.h.

◆ extra

GHashTable* pe_action_s::extra

Definition at line 355 of file status.h.

◆ fail_role

enum rsc_role_e pe_action_s::fail_role

Definition at line 345 of file status.h.

◆ flags

enum pe_action_flags pe_action_s::flags

Definition at line 342 of file status.h.

◆ id

int pe_action_s::id

Definition at line 331 of file status.h.

◆ meta

GHashTable* pe_action_s::meta

Definition at line 354 of file status.h.

◆ needs

enum rsc_start_requirement pe_action_s::needs

Definition at line 343 of file status.h.

◆ node

node_t* pe_action_s::node

Definition at line 335 of file status.h.

◆ on_fail

enum action_fail_response pe_action_s::on_fail

Definition at line 344 of file status.h.

◆ op_entry

xmlNode* pe_action_s::op_entry

Definition at line 336 of file status.h.

◆ post_notified

action_t* pe_action_s::post_notified

Definition at line 350 of file status.h.

◆ post_notify

action_t* pe_action_s::post_notify

Definition at line 349 of file status.h.

◆ pre_notified

action_t* pe_action_s::pre_notified

Definition at line 348 of file status.h.

◆ pre_notify

action_t* pe_action_s::pre_notify

Definition at line 347 of file status.h.

◆ priority

int pe_action_s::priority

Definition at line 332 of file status.h.

◆ reason

char* pe_action_s::reason

Definition at line 385 of file status.h.

◆ required_runnable_before

int pe_action_s::required_runnable_before

Definition at line 375 of file status.h.

◆ rsc

resource_t* pe_action_s::rsc

Definition at line 334 of file status.h.

◆ runnable_before

int pe_action_s::runnable_before

Definition at line 372 of file status.h.

◆ seen_count

int pe_action_s::seen_count

Definition at line 352 of file status.h.

◆ task

char* pe_action_s::task

Definition at line 338 of file status.h.

◆ uuid

char* pe_action_s::uuid

Definition at line 339 of file status.h.


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