pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
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
15#include <libxml/tree.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
35int 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
pcmk_scheduler_t * scheduler
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
Scheduler API.
This structure contains everything that makes up a single output formatter.