pacemaker  2.1.5-b7adf64e51
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
 
uint32_t flags
 
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 194 of file internal.h.

Field Documentation

◆ flags

uint32_t pe__order_constraint_s::flags

Definition at line 196 of file internal.h.

◆ id

int pe__order_constraint_s::id

Definition at line 195 of file internal.h.

◆ lh_action

pe_action_t* pe__order_constraint_s::lh_action

Definition at line 200 of file internal.h.

◆ lh_action_task

char* pe__order_constraint_s::lh_action_task

Definition at line 201 of file internal.h.

◆ lh_opaque

void* pe__order_constraint_s::lh_opaque

Definition at line 198 of file internal.h.

◆ lh_rsc

pe_resource_t* pe__order_constraint_s::lh_rsc

Definition at line 199 of file internal.h.

◆ rh_action

pe_action_t* pe__order_constraint_s::rh_action

Definition at line 205 of file internal.h.

◆ rh_action_task

char* pe__order_constraint_s::rh_action_task

Definition at line 206 of file internal.h.

◆ rh_opaque

void* pe__order_constraint_s::rh_opaque

Definition at line 203 of file internal.h.

◆ rh_rsc

pe_resource_t* pe__order_constraint_s::rh_rsc

Definition at line 204 of file internal.h.


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