![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#include <lib/common/crmcommon_private.h>
Data Fields | |
uint32_t | check |
Magic number for checking integrity. | |
uint32_t | flags |
Group of enum pcmk__xml_flags | |
xmlNode * | match |
Pointer to matching node (defined by caller) | |
Definition at line 71 of file crmcommon_private.h.
uint32_t xml_node_private_s::check |
Magic number for checking integrity.
Definition at line 72 of file crmcommon_private.h.
uint32_t xml_node_private_s::flags |
Group of enum pcmk__xml_flags
Definition at line 73 of file crmcommon_private.h.
xmlNode* xml_node_private_s::match |
Pointer to matching node (defined by caller)
Definition at line 74 of file crmcommon_private.h.