pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
xml_doc_private_s Struct Reference

#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
 
char * acl_user
 User affected by acls (for logging)
 
GList * acls
 ACLs to check requested changes against (list of xml_acl_t)
 
GList * deleted_objs
 XML nodes marked as deleted (list of pcmk__deleted_xml_t)
 

Detailed Description

Definition at line 81 of file crmcommon_private.h.

Field Documentation

◆ acl_user

char* xml_doc_private_s::acl_user

User affected by acls (for logging)

Definition at line 84 of file crmcommon_private.h.

◆ acls

GList* xml_doc_private_s::acls

ACLs to check requested changes against (list of xml_acl_t)

Definition at line 87 of file crmcommon_private.h.

◆ check

uint32_t xml_doc_private_s::check

Magic number for checking integrity.

Definition at line 82 of file crmcommon_private.h.

◆ deleted_objs

GList* xml_doc_private_s::deleted_objs

XML nodes marked as deleted (list of pcmk__deleted_xml_t)

Definition at line 90 of file crmcommon_private.h.

◆ flags

uint32_t xml_doc_private_s::flags

Group of enum pcmk__xml_flags

Definition at line 83 of file crmcommon_private.h.


The documentation for this struct was generated from the following file: