pacemaker 2.1.8-2.1.8~rc4
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
Functions
schemas.h File Reference

XML schema API. More...

#include <stdbool.h>
#include <libxml/tree.h>
Include dependency graph for schemas.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int pcmk_update_configured_schema (xmlNode **xml, bool to_logs)
 Update XML from its configured schema to the latest major series.
 

Detailed Description

XML schema API.

Definition in file schemas.h.

Function Documentation

◆ pcmk_update_configured_schema()

int pcmk_update_configured_schema ( xmlNode **  xml,
bool  to_logs 
)

Update XML from its configured schema to the latest major series.

Parameters
[in,out]xmlXML to update
[in]to_logsIf false, certain validation errors will be sent to stderr rather than logged
Returns
Standard Pacemaker return code

Definition at line 1251 of file schemas.c.