pacemaker
2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
include
crm
common
cib_secrets.h
Go to the documentation of this file.
1
/*
2
* Copyright 2011-2018 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 General Public License version 2
7
* or later (GPLv2+) WITHOUT ANY WARRANTY.
8
*/
9
10
#ifndef CIB_SECRETS__H
11
#define CIB_SECRETS__H
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
/*
18
* load parameters from an ini file (cib_secrets.c)
19
*/
20
int
replace_secret_params
(
const
char
*rsc_id, GHashTable *params);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
replace_secret_params
int replace_secret_params(const char *rsc_id, GHashTable *params)
Definition:
cib_secrets.c:90
Generated on Thu Oct 29 2020 12:51:20 for pacemaker by
1.8.17