pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pe__order_constraint_s Struct Reference

#include <include/crm/pengine/internal.h>

Collaboration diagram for pe__order_constraint_s:
Collaboration graph
[legend]

Data Fields

int id
 
enum pe_ordering type
 
void * lh_opaque
 
pe_resource_tlh_rsc
 
pe_action_tlh_action
 
char * lh_action_task
 
void * rh_opaque
 
pe_resource_trh_rsc
 
pe_action_trh_action
 
char * rh_action_task
 

Detailed Description

Definition at line 176 of file internal.h.

Field Documentation

int pe__order_constraint_s::id

Definition at line 177 of file internal.h.

pe_action_t* pe__order_constraint_s::lh_action

Definition at line 182 of file internal.h.

char* pe__order_constraint_s::lh_action_task

Definition at line 183 of file internal.h.

void* pe__order_constraint_s::lh_opaque

Definition at line 180 of file internal.h.

pe_resource_t* pe__order_constraint_s::lh_rsc

Definition at line 181 of file internal.h.

pe_action_t* pe__order_constraint_s::rh_action

Definition at line 187 of file internal.h.

char* pe__order_constraint_s::rh_action_task

Definition at line 188 of file internal.h.

void* pe__order_constraint_s::rh_opaque

Definition at line 185 of file internal.h.

pe_resource_t* pe__order_constraint_s::rh_rsc

Definition at line 186 of file internal.h.

enum pe_ordering pe__order_constraint_s::type

Definition at line 178 of file internal.h.


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