pacemaker 2.1.1-77db578727
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
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
14extern "C" {
15#endif
16
27typedef struct pe_action_s action_t;
28
31
33typedef struct pe_node_s node_t;
34
37
40
42typedef struct pe_tag_s tag_t;
43
45typedef 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