pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Macros
msg_xml_compat.h File Reference

Deprecated Pacemaker XML constants API. More...

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

Go to the source code of this file.

Macros

#define XML_TAG_CIB   PCMK_XE_CIB
 
#define XML_CIB_TAG_STATE   "node_state"
 
#define XML_TAG_TRANSIENT_NODEATTRS   "transient_attributes"
 
#define XML_TAG_ATTR_SETS   PCMK_XE_INSTANCE_ATTRIBUTES
 
#define XML_CIB_TAG_NVPAIR   PCMK_XE_NVPAIR
 
#define XML_CIB_ATTR_SHUTDOWN   "shutdown"
 

Detailed Description

Deprecated Pacemaker XML constants API.

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

Definition in file msg_xml_compat.h.

Macro Definition Documentation

◆ XML_CIB_ATTR_SHUTDOWN

#define XML_CIB_ATTR_SHUTDOWN   "shutdown"
Deprecated:
Do not use

Definition at line 50 of file msg_xml_compat.h.

◆ XML_CIB_TAG_NVPAIR

#define XML_CIB_TAG_NVPAIR   PCMK_XE_NVPAIR
Deprecated:
Use PCMK_XE_NVPAIR instead

Definition at line 46 of file msg_xml_compat.h.

◆ XML_CIB_TAG_STATE

#define XML_CIB_TAG_STATE   "node_state"
Deprecated:
Do not use

Definition at line 34 of file msg_xml_compat.h.

◆ XML_TAG_ATTR_SETS

#define XML_TAG_ATTR_SETS   PCMK_XE_INSTANCE_ATTRIBUTES
Deprecated:
Use PCMK_XE_INSTANCE_ATTRIBUTES instead

Definition at line 42 of file msg_xml_compat.h.

◆ XML_TAG_CIB

#define XML_TAG_CIB   PCMK_XE_CIB
Deprecated:
Use PCMK_XE_CIB instead

Definition at line 30 of file msg_xml_compat.h.

◆ XML_TAG_TRANSIENT_NODEATTRS

#define XML_TAG_TRANSIENT_NODEATTRS   "transient_attributes"
Deprecated:
Do not use

Definition at line 38 of file msg_xml_compat.h.