pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
pcmki_options.h
Go to the documentation of this file.
1 /*
2  * Copyright 2024 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 
10 #ifndef PCMK__PCMKI_PCMKI_OPTIONS__H
11 #define PCMK__PCMKI_PCMKI_OPTIONS__H
12 
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 int pcmk__list_cluster_options(pcmk__output_t *out, bool all);
20 int pcmk__list_fencing_params(pcmk__output_t *out, bool all);
21 int pcmk__list_primitive_meta(pcmk__output_t *out, bool all);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif // PCMK__PCMKI_PCMKI_OPTIONS__H
Formatted output for pacemaker tools.
int pcmk__list_primitive_meta(pcmk__output_t *out, bool all)
Definition: pcmk_options.c:126
int pcmk__list_cluster_options(pcmk__output_t *out, bool all)
Definition: pcmk_options.c:30
This structure contains everything that makes up a single output formatter.
int pcmk__list_fencing_params(pcmk__output_t *out, bool all)
Definition: pcmk_options.c:81