pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Typedefs
scheduler_types.h File Reference

Type aliases needed to define scheduler objects. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Type aliases needed to define scheduler objects.

Definition in file scheduler_types.h.

Typedef Documentation

◆ pcmk_action_t

typedef struct pe_action_s pcmk_action_t

Action object.

Definition at line 30 of file scheduler_types.h.

◆ pcmk_node_t

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.

◆ pcmk_resource_t

Resource object.

Definition at line 27 of file scheduler_types.h.

◆ pcmk_scheduler_t

Scheduler object.

Definition at line 33 of file scheduler_types.h.