pacemaker  2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
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
 
resource_tlh_rsc
 
action_tlh_action
 
char * lh_action_task
 
void * rh_opaque
 
resource_trh_rsc
 
action_trh_action
 
char * rh_action_task
 

Detailed Description

Definition at line 36 of file internal.h.

Field Documentation

◆ id

int pe__order_constraint_s::id

Definition at line 37 of file internal.h.

◆ lh_action

action_t* pe__order_constraint_s::lh_action

Definition at line 42 of file internal.h.

◆ lh_action_task

char* pe__order_constraint_s::lh_action_task

Definition at line 43 of file internal.h.

◆ lh_opaque

void* pe__order_constraint_s::lh_opaque

Definition at line 40 of file internal.h.

◆ lh_rsc

resource_t* pe__order_constraint_s::lh_rsc

Definition at line 41 of file internal.h.

◆ rh_action

action_t* pe__order_constraint_s::rh_action

Definition at line 47 of file internal.h.

◆ rh_action_task

char* pe__order_constraint_s::rh_action_task

Definition at line 48 of file internal.h.

◆ rh_opaque

void* pe__order_constraint_s::rh_opaque

Definition at line 45 of file internal.h.

◆ rh_rsc

resource_t* pe__order_constraint_s::rh_rsc

Definition at line 46 of file internal.h.

◆ type

enum pe_ordering pe__order_constraint_s::type

Definition at line 38 of file internal.h.


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