pacemaker 2.1.5-a3f44794f94
Scalable High-Availability cluster resource manager
pe_types_compat.h
Go to the documentation of this file.
1/*
2 * Copyright 2004-2022 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
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
31 pe_graph_none = 0x00000,
35};
37
39typedef struct pe_action_s action_t;
40
43
45typedef struct pe_node_s node_t;
46
49
52
54typedef struct pe_tag_s tag_t;
55
57typedef struct pe_ticket_s ticket_t;
58
59#ifdef __cplusplus
60}
61#endif
62
63#endif // PCMK__CRM_PENGINE_PE_TYPES_COMPAT__H
Data types for cluster status.
pe_quorum_policy
Definition: pe_types.h:63
pe_graph_flags
@ pe_graph_updated_first
@ pe_graph_disable
@ pe_graph_updated_then
@ pe_graph_none
enum pe_quorum_policy no_quorum_policy_t