![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#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"
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) |
void pcmk__log_xmllib_err | ( | void * | ctx, |
const char * | fmt, | ||
... | |||
) |
Definition at line 25 of file xml_display.c.
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.
int pcmk__xml_show_changes | ( | pcmk__output_t * | out, |
const xmlNode * | xml | ||
) |
Definition at line 362 of file xml_display.c.