blob: 8c4a1e10bc1ba7591e37174c1afa8f4293db7a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Copyright 2010-2023 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU General Public License version 2
* or later (GPLv2+) WITHOUT ANY WARRANTY.
*/
#include <crm_internal.h>
gboolean cluster_connect_cfg(void);
void cluster_disconnect_cfg(void);
gboolean pacemakerd_read_config(void);
bool pcmkd_corosync_connected(void);
void pcmkd_shutdown_corosync(void);
|