pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
Type aliases needed to define scheduler objects. More...
Go to the source code of this file.
Typedefs | |
typedef struct pe_node_s | pcmk_node_t |
Node object (including information that may vary depending on resource) More... | |
typedef struct pe_resource_s | pcmk_resource_t |
Resource object. More... | |
typedef struct pe_action_s | pcmk_action_t |
Action object. More... | |
typedef struct pe_working_set_s | pcmk_scheduler_t |
Scheduler object. More... | |
Type aliases needed to define scheduler objects.
Definition in file scheduler_types.h.
typedef struct pe_action_s pcmk_action_t |
Action object.
Definition at line 30 of file scheduler_types.h.
typedef struct pe_node_s pcmk_node_t |
Node object (including information that may vary depending on resource)
Definition at line 24 of file scheduler_types.h.
typedef struct pe_resource_s pcmk_resource_t |
Resource object.
Definition at line 27 of file scheduler_types.h.
typedef struct pe_working_set_s pcmk_scheduler_t |
Scheduler object.
Definition at line 33 of file scheduler_types.h.