pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
xml_display.c File Reference
#include <crm_internal.h>
#include <libxml/tree.h>
#include <crm/crm.h>
#include <crm/common/xml.h>
#include <crm/common/xml_internal.h>
#include "crmcommon_private.h"
Include dependency graph for xml_display.c:

Go to the source code of this file.

Functions

void pcmk__log_xmllib_err (void *ctx, const char *fmt,...)
 
int pcmk__xml_show (pcmk__output_t *out, const char *prefix, const xmlNode *data, int depth, uint32_t options)
 
int pcmk__xml_show_changes (pcmk__output_t *out, const xmlNode *xml)
 

Function Documentation

◆ pcmk__log_xmllib_err()

void pcmk__log_xmllib_err ( void * ctx,
const char * fmt,
... )

Definition at line 25 of file xml_display.c.

◆ pcmk__xml_show()

int pcmk__xml_show ( pcmk__output_t * out,
const char * prefix,
const xmlNode * data,
int depth,
uint32_t options )

Definition at line 221 of file xml_display.c.

◆ pcmk__xml_show_changes()

int pcmk__xml_show_changes ( pcmk__output_t * out,
const xmlNode * xml )

Definition at line 362 of file xml_display.c.