![]() |
pacemaker
2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
|
#include <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 33 of file internal.h.
| int pe__order_constraint_s::id |
Definition at line 34 of file internal.h.
| action_t* pe__order_constraint_s::lh_action |
Definition at line 39 of file internal.h.
| char* pe__order_constraint_s::lh_action_task |
Definition at line 40 of file internal.h.
| void* pe__order_constraint_s::lh_opaque |
Definition at line 37 of file internal.h.
| resource_t* pe__order_constraint_s::lh_rsc |
Definition at line 38 of file internal.h.
| action_t* pe__order_constraint_s::rh_action |
Definition at line 44 of file internal.h.
| char* pe__order_constraint_s::rh_action_task |
Definition at line 45 of file internal.h.
| void* pe__order_constraint_s::rh_opaque |
Definition at line 42 of file internal.h.
| resource_t* pe__order_constraint_s::rh_rsc |
Definition at line 43 of file internal.h.
| enum pe_ordering pe__order_constraint_s::type |
Definition at line 35 of file internal.h.
1.8.13