pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Typedefs
pe_types_compat.h File Reference

Deprecated Pacemaker scheduler API. More...

#include <crm/pengine/pe_types.h>
Include dependency graph for pe_types_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct pe_action_s action_t
 < More...
 
typedef struct pe_action_wrapper_s action_wrapper_t
 
typedef struct pe_node_s node_t
 
typedef enum pe_quorum_policy no_quorum_policy_t
 
typedef struct pe_resource_s resource_t
 
typedef struct pe_tag_s tag_t
 
typedef struct pe_ticket_s ticket_t
 

Detailed Description

Deprecated Pacemaker scheduler API.

Deprecated:
Do not include this header directly. The scheduler APIs in this header, and the header itself, will be removed in a future release.

Definition in file pe_types_compat.h.

Typedef Documentation

◆ action_t

typedef struct pe_action_s action_t

<

Deprecated:
Use pe_action_t instead
Deprecated:
Use pe_action_wrapper_t instead

Definition at line 29 of file pe_types_compat.h.

◆ action_wrapper_t

Deprecated:
Use pe_node_t instead

Definition at line 32 of file pe_types_compat.h.

◆ no_quorum_policy_t

Deprecated:
use pe_resource_t instead

Definition at line 38 of file pe_types_compat.h.

◆ node_t

typedef struct pe_node_s node_t
Deprecated:
Use enum pe_quorum_policy instead

Definition at line 35 of file pe_types_compat.h.

◆ resource_t

typedef struct pe_resource_s resource_t
Deprecated:
Use pe_tag_t instead

Definition at line 41 of file pe_types_compat.h.

◆ tag_t

typedef struct pe_tag_s tag_t
Deprecated:
Use pe_ticket_t instead

Definition at line 44 of file pe_types_compat.h.

◆ ticket_t

typedef struct pe_ticket_s ticket_t

Definition at line 47 of file pe_types_compat.h.