pacemaker
2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
include
crm
common
cib_secrets.h
Go to the documentation of this file.
1
/*
2
* Copyright 2011-2018 SUSE, Attachmate
3
* Author: Dejan Muhamedagic <dejan@suse.de>
4
*
5
* This source code is licensed under the GNU General Public License version 2
6
* or later (GPLv2+) WITHOUT ANY WARRANTY.
7
*/
8
9
#ifndef CIB_SECRETS__H
10
#define CIB_SECRETS__H
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/*
17
* load parameters from an ini file (cib_secrets.c)
18
*/
19
int
replace_secret_params
(
const
char
*rsc_id, GHashTable *params);
20
21
#ifdef __cplusplus
22
}
23
#endif
24
25
#endif
replace_secret_params
int replace_secret_params(const char *rsc_id, GHashTable *params)
Definition:
cib_secrets.c:90
Generated on Thu Dec 17 2020 15:19:26 for pacemaker by
1.8.8