pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
nvpair_compat.h File Reference

Deprecated Pacemaker name-value pair API. More...

#include <glib.h>
#include <libxml/tree.h>
Include dependency graph for nvpair_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GSList * pcmk_sort_nvpairs (GSList *list)
 
GSList * pcmk_xml_attrs2nvpairs (const xmlNode *xml)
 
void pcmk_nvpairs2xml_attrs (GSList *list, xmlNode *xml)
 
void hash2nvpair (gpointer key, gpointer value, gpointer user_data)
 

Detailed Description

Deprecated Pacemaker name-value pair API.

Deprecated
Do not include this header directly. The nvpair APIs in this header, and the header itself, will be removed in a future release.

Definition in file nvpair_compat.h.

Function Documentation

◆ hash2nvpair()

void hash2nvpair ( gpointer key,
gpointer value,
gpointer user_data )
Deprecated
Do not use

Definition at line 717 of file nvpair.c.

◆ pcmk_nvpairs2xml_attrs()

void pcmk_nvpairs2xml_attrs ( GSList * list,
xmlNode * xml )
Deprecated
Do not use

Definition at line 711 of file nvpair.c.

◆ pcmk_sort_nvpairs()

GSList * pcmk_sort_nvpairs ( GSList * list)
Deprecated
Do not use

Definition at line 681 of file nvpair.c.

◆ pcmk_xml_attrs2nvpairs()

GSList * pcmk_xml_attrs2nvpairs ( const xmlNode * xml)
Deprecated
Do not use

Definition at line 687 of file nvpair.c.