pacemaker
2.0.2-debe490
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
Groups
Pages
lib
pengine
pe_status_private.h
Go to the documentation of this file.
1
/*
2
* Copyright 2018 Andrew Beekhof <andrew@beekhof.net>
3
*
4
* This source code is licensed under the GNU Lesser General Public License
5
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
6
*/
7
8
#ifndef PE_STATUS_PRIVATE__H
9
# define PE_STATUS_PRIVATE__H
10
11
/* This header is for the sole use of libpe_status, so that functions can be
12
* declared with G_GNUC_INTERNAL for efficiency.
13
*/
14
15
G_GNUC_INTERNAL
16
pe_resource_t
*
pe__create_clone_child
(
pe_resource_t
*rsc,
17
pe_working_set_t
*data_set);
18
19
G_GNUC_INTERNAL
20
void
pe__force_anon
(
const
char
*standard,
pe_resource_t
*rsc,
const
char
*rid,
21
pe_working_set_t
*data_set);
22
23
#endif // PE_STATUS_PRIVATE__H
pe__force_anon
void pe__force_anon(const char *standard, pe_resource_t *rsc, const char *rid, pe_working_set_t *data_set)
Definition:
clone.c:21
pe_working_set_s
Definition:
pe_types.h:112
pe_resource_s
Definition:
pe_types.h:283
pe__create_clone_child
pe_resource_t * pe__create_clone_child(pe_resource_t *rsc, pe_working_set_t *data_set)
Definition:
clone.c:58
Generated on Mon Jun 10 2019 11:50:46 for pacemaker by
1.8.5