X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fdentry.h;h=e92b374ff2c2f8bc447108a2f0826db3c51e232d;hb=ab43e30bba0ebdce335ba55562d75dcbcdf0a3df;hp=0908b445fc181e7eca7829765753bd3710e61b0b;hpb=80b48ed7aeb8e6c9460ab254920818f9e36d656e;p=wimlib diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index 0908b445..e92b374f 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -80,19 +80,19 @@ struct wim_dentry { 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 + /* The subdir offset is only used while reading and writing this * dentry. See the corresponding field in `struct * wim_dentry_on_disk' for explanation. */ - u64 subdir_offset; + u64 d_subdir_offset; /* Temporary list field */ - struct list_head tmp_list; + struct list_head d_tmp_list; }; /* Full path to this dentry in the WIM, in platform-dependent tchars