pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
xml_comment.c File Reference
#include <crm_internal.h>
#include <stdbool.h>
#include <stdio.h>
#include <libxml/tree.h>
#include <libxml/xmlstring.h>
#include "crmcommon_private.h"
Include dependency graph for xml_comment.c:

Go to the source code of this file.

Functions

xmlNode * pcmk__xc_create (xmlDoc *doc, const char *content)
 
bool pcmk__xc_matches (const xmlNode *comment1, const xmlNode *comment2)
 
void pcmk__xc_update (xmlNode *parent, xmlNode *target, xmlNode *update)
 

Function Documentation

◆ pcmk__xc_create()

xmlNode * pcmk__xc_create ( xmlDoc * doc,
const char * content )

Definition at line 30 of file xml_comment.c.

◆ pcmk__xc_matches()

bool pcmk__xc_matches ( const xmlNode * comment1,
const xmlNode * comment2 )

Definition at line 54 of file xml_comment.c.

◆ pcmk__xc_update()

void pcmk__xc_update ( xmlNode * parent,
xmlNode * target,
xmlNode * update )

Definition at line 104 of file xml_comment.c.