![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdio.h>#include <sys/types.h>#include <unistd.h>#include <time.h>#include <string.h>#include <stdlib.h>#include <stdarg.h>#include <bzlib.h>#include <libxml/parser.h>#include <libxml/tree.h>#include <libxml/xmlIO.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 | |
| int | pcmk__xa_remove (xmlAttr *attr, bool force) |
| void | pcmk__mark_xml_attr_dirty (xmlAttr *a) |
| bool | pcmk__marked_as_deleted (xmlAttrPtr a, void *user_data) |
| void | pcmk__dump_xml_attr (const xmlAttr *attr, GString *buffer) |
| void pcmk__dump_xml_attr | ( | const xmlAttr * | attr, |
| GString * | buffer ) |
Definition at line 108 of file xml_attr.c.
| void pcmk__mark_xml_attr_dirty | ( | xmlAttr * | a | ) |
Definition at line 77 of file xml_attr.c.
| bool pcmk__marked_as_deleted | ( | xmlAttrPtr | a, |
| void * | user_data ) |
Definition at line 89 of file xml_attr.c.
| int pcmk__xa_remove | ( | xmlAttr * | attr, |
| bool | force ) |
Definition at line 45 of file xml_attr.c.