10 #ifndef PCMK__CRM_COMMON_HISTORY_INTERNAL__H 11 #define PCMK__CRM_COMMON_HISTORY_INTERNAL__H 14 #include <libxml/tree.h> 32 static inline const char *
33 pcmk__xe_history_key(
const xmlNode *xml)
44 return pcmk__str_empty(key)? pcmk__xe_id(xml) : key;
52 #endif // PCMK__CRM_COMMON_HISTORY_INTERNAL__H #define PCMK__XA_OPERATION_KEY
const char * crm_element_value(const xmlNode *data, const char *name)
Retrieve the value of an XML attribute.
Wrappers for and extensions to libxml2.