pacemaker
2.1.7-0f7f88312f
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/msg_xml.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__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 63 of file xml_attr.c.
void pcmk__mark_xml_attr_dirty | ( | xmlAttr * | a | ) |
Definition at line 32 of file xml_attr.c.
bool pcmk__marked_as_deleted | ( | xmlAttrPtr | a, |
void * | user_data | ||
) |
Definition at line 44 of file xml_attr.c.