pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Macros | Functions
xml_io.h File Reference

Wrappers for and extensions to XML input/output functions. More...

#include <libxml/tree.h>
#include <crm/common/xml_io_compat.h>
Include dependency graph for xml_io.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRM_BZ2_BLOCKS   4
 
#define CRM_BZ2_WORK   20
 
#define CRM_BZ2_THRESHOLD   (128 * 1024)
 

Functions

void save_xml_to_file (const xmlNode *xml, const char *desc, const char *filename)
 

Detailed Description

Wrappers for and extensions to XML input/output functions.

Definition in file xml_io.h.

Macro Definition Documentation

◆ CRM_BZ2_BLOCKS

#define CRM_BZ2_BLOCKS   4

Definition at line 33 of file xml_io.h.

◆ CRM_BZ2_THRESHOLD

#define CRM_BZ2_THRESHOLD   (128 * 1024)

Definition at line 35 of file xml_io.h.

◆ CRM_BZ2_WORK

#define CRM_BZ2_WORK   20

Definition at line 34 of file xml_io.h.

Function Documentation

◆ save_xml_to_file()

void save_xml_to_file ( const xmlNode *  xml,
const char *  desc,
const char *  filename 
)

Definition at line 736 of file xml_io.c.