![]() |
pacemaker
2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
|
#include <include/crm/pengine/internal.h>
Data Fields | |
int | id |
enum pe_ordering | type |
void * | lh_opaque |
resource_t * | lh_rsc |
action_t * | lh_action |
char * | lh_action_task |
void * | rh_opaque |
resource_t * | rh_rsc |
action_t * | rh_action |
char * | rh_action_task |
Definition at line 36 of file internal.h.
int pe__order_constraint_s::id |
Definition at line 37 of file internal.h.
action_t* pe__order_constraint_s::lh_action |
Definition at line 42 of file internal.h.
char* pe__order_constraint_s::lh_action_task |
Definition at line 43 of file internal.h.
void* pe__order_constraint_s::lh_opaque |
Definition at line 40 of file internal.h.
resource_t* pe__order_constraint_s::lh_rsc |
Definition at line 41 of file internal.h.
action_t* pe__order_constraint_s::rh_action |
Definition at line 47 of file internal.h.
char* pe__order_constraint_s::rh_action_task |
Definition at line 48 of file internal.h.
void* pe__order_constraint_s::rh_opaque |
Definition at line 45 of file internal.h.
resource_t* pe__order_constraint_s::rh_rsc |
Definition at line 46 of file internal.h.
enum pe_ordering pe__order_constraint_s::type |
Definition at line 38 of file internal.h.