X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fdentry.h;h=e92b374ff2c2f8bc447108a2f0826db3c51e232d;hb=ab43e30bba0ebdce335ba55562d75dcbcdf0a3df;hp=ba61018acf6e7238075b2d831ff9c035da3d140a;hpb=96038b4b60c2b97a83301357b35cc56950eb39b1;p=wimlib diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index ba61018a..e92b374f 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -86,13 +86,13 @@ struct wim_dentry { 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