pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
pcmki_resource.h
Go to the documentation of this file.
1 /*
2  * Copyright 2021 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 #ifndef PCMK__PCMKI_PCMKI_RESOURCE__H
10 #define PCMK__PCMKI_PCMKI_RESOURCE__H
11 
12 #include <glib.h>
13 
15 #include <crm/pengine/pe_types.h>
16 
18  pe_node_t *node, GHashTable *overrides,
20 
21 #endif /* PCMK__PCMKI_PCMKI_RESOURCE__H */
int pcmk__resource_digests(pcmk__output_t *out, pe_resource_t *rsc, pe_node_t *node, GHashTable *overrides, pe_working_set_t *data_set)
Definition: pcmk_resource.c:84
Formatted output for pacemaker tools.
pe_working_set_t * data_set
This structure contains everything that makes up a single output formatter.
Data types for cluster status.