]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Rename is_orphan => d_is_orphan
[wimlib] / include / wimlib / dentry.h
index 2e35c7584551ff687170dcd7867e6aff5f9f21a6..ba61018acf6e7238075b2d831ff9c035da3d140a 100644 (file)
@@ -77,13 +77,13 @@ struct wim_dentry {
         * dentries that were created from a filename in the WIN32 or WIN32+DOS
         * namespaces rather than the POSIX namespace.  Otherwise this will
         * always be 0.  */
-       u8 is_win32_name : 1;
+       u8 d_is_win32_name : 1;
 
        /* Temporary flag; always reset to 0 when done using.  */
-       u8 tmp_flag : 1;
+       u8 d_tmp_flag : 1;
 
        /* Used by wimlib_update_image()  */
-       u8 is_orphan : 1;
+       u8 d_is_orphan : 1;
 
        union {
                /* 'subdir_offset' is only used while reading and writing this