pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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__PENGINE_PE_TYPES_COMPAT__H
11 # define PCMK__PENGINE_PE_TYPES_COMPAT__H
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
26 typedef struct pe_action_s action_t;
28 
31 
33 typedef struct pe_node_s node_t;
34 
37 
39 typedef struct pe_resource_s resource_t;
40 
42 typedef struct pe_tag_s tag_t;
43 
45 typedef struct pe_ticket_s ticket_t;
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif // PCMK__PENGINE_PE_TYPES_COMPAT__H
pe_quorum_policy
Definition: pe_types.h:62
enum pe_quorum_policy no_quorum_policy_t