pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Functions
util_compat.h File Reference

Deprecated Pacemaker configuration utilities. More...

#include <crm/common/xml.h>
Include dependency graph for util_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char * get_object_path (const char *object_type)
 
const char * get_object_parent (const char *object_type)
 
xmlNode * get_object_root (const char *object_type, xmlNode *the_root)
 

Detailed Description

Deprecated Pacemaker configuration utilities.

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

Definition in file util_compat.h.

Function Documentation

◆ get_object_parent()

const char* get_object_parent ( const char *  object_type)
Deprecated:
Use pcmk_cib_parent_name_for() instead

Definition at line 778 of file cib_utils.c.

◆ get_object_path()

const char* get_object_path ( const char *  object_type)
Deprecated:
Use pcmk_cib_xpath_for() instead

Definition at line 772 of file cib_utils.c.

◆ get_object_root()

xmlNode* get_object_root ( const char *  object_type,
xmlNode *  the_root 
)
Deprecated:
Use pcmk_cib_xpath_for() instead

Definition at line 784 of file cib_utils.c.