pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <glib.h>
#include <libxml/tree.h>
Go to the source code of this file.
Data Structures | |
struct | pcmk__idref_t |
Functions | |
void | pcmk__add_idref (GHashTable *table, const char *id, const char *referrer) |
void | pcmk__free_idref (gpointer data) |
xmlNode * | pcmk__xe_resolve_idref (xmlNode *xml, xmlNode *search) |
void pcmk__add_idref | ( | GHashTable * | table, |
const char * | id, | ||
const char * | referrer | ||
) |
Definition at line 32 of file xml_idref.c.
void pcmk__free_idref | ( | gpointer | data | ) |
Definition at line 61 of file xml_idref.c.
xmlNode* pcmk__xe_resolve_idref | ( | xmlNode * | xml, |
xmlNode * | search | ||
) |
Definition at line 85 of file xml_idref.c.