pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
pe_types_compat.h
Go to the documentation of this file.
1 /*
2  * Copyright 2004-2021 the Pacemaker project contributors
3  *
4  * The version control history for this file may have further details.
5  *
6  * This source code is licensed under the GNU Lesser General Public License
7  * version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
8  */
9 
10 #ifndef PCMK__CRM_PENGINE_PE_TYPES_COMPAT__H
11 # define PCMK__CRM_PENGINE_PE_TYPES_COMPAT__H
12 
13 #include <crm/pengine/pe_types.h>
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
28 typedef struct pe_action_s action_t;
30 
33 
35 typedef struct pe_node_s node_t;
36 
39 
41 typedef struct pe_resource_s resource_t;
42 
44 typedef struct pe_tag_s tag_t;
45 
47 typedef struct pe_ticket_s ticket_t;
48 
49 #ifdef __cplusplus
50 }
51 #endif
52 
53 #endif // PCMK__CRM_PENGINE_PE_TYPES_COMPAT__H
pe_quorum_policy
Definition: pe_types.h:63
enum pe_quorum_policy no_quorum_policy_t
Data types for cluster status.