pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
pcmki_verify.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_VERIFY__H
11 #define PCMK__PCMKI_PCMKI_VERIFY__H
12 
14 #include <crm/common/scheduler.h>
15 #include <libxml/tree.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
35 int pcmk__parse_cib(pcmk__output_t *out, const char *cib_source, xmlNodePtr *cib_object);
36 
52  xmlNode **cib_object);
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif // PCMK__PCMKI_PCMKI_VERIFY__H
Scheduler API.
Formatted output for pacemaker tools.
int pcmk__verify(pcmk_scheduler_t *scheduler, pcmk__output_t *out, xmlNode **cib_object)
Definition: pcmk_verify.c:49
int pcmk__parse_cib(pcmk__output_t *out, const char *cib_source, xmlNodePtr *cib_object)
Definition: pcmk_verify.c:26
pcmk_scheduler_t * scheduler
This structure contains everything that makes up a single output formatter.