pacemaker  2.1.8-3980678f03
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 
31 int pcmk__parse_cib(pcmk__output_t *out, const char *cib_source, xmlNodePtr *cib_object);
32 
48  xmlNode **cib_object);
49 
50 #endif
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:50
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.