]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Support for copying security data
[wimlib] / src / dentry.h
index faa44d39d98cd13de242e74bbdd8882abf55620b..dc80a14bff4355474e6d3d73d04a604873a074fe 100644 (file)
@@ -35,8 +35,10 @@ struct dentry {
 
        /* The index of the node in the security table that contains this file's
         * security information.  If -1, no security information exists for this
-        * file.  Currently ignoring this field.*/
-       //int32_t security_id;
+        * file.  */
+#ifdef ENABLE_SECURITY_DATA
+       int32_t security_id;
+#endif
 
        /* The offset, from the start of the metadata section, of this directory
         * entry's child files.  0 if the directory entry has no children. */