pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs
pe_types_compat.h File Reference

Deprecated Pacemaker scheduler API. More...

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

typedef struct pe_action_s action_t

<

Deprecated:
Use pe_action_t instead
Deprecated:
Use pe_action_wrapper_t instead

Definition at line 27 of file pe_types_compat.h.

Deprecated:
Use pe_node_t instead

Definition at line 30 of file pe_types_compat.h.

Deprecated:
use pe_resource_t instead

Definition at line 36 of file pe_types_compat.h.

typedef struct pe_node_s node_t
Deprecated:
Use enum pe_quorum_policy instead

Definition at line 33 of file pe_types_compat.h.

typedef struct pe_resource_s resource_t
Deprecated:
Use pe_tag_t instead

Definition at line 39 of file pe_types_compat.h.

typedef struct pe_tag_s tag_t
Deprecated:
Use pe_ticket_t instead

Definition at line 42 of file pe_types_compat.h.

typedef struct pe_ticket_s ticket_t

Definition at line 45 of file pe_types_compat.h.