X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;h=fe53ecf1683be79cc848484ad3421bcf1a1a32b4;hp=d39d2237539646ae065e7d776c728a9e80a84314;hb=49f2ae12d9940ab43f9a6df793facb1d8dddf5ea;hpb=d00a238151ae7c8e091d938234a14572ef43b5f3;ds=inline diff --git a/src/dentry.h b/src/dentry.h index d39d2237..fe53ecf1 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -252,6 +252,8 @@ struct wim_inode { /* %true iff verify_inode() has run on this inode. */ u8 i_verified : 1; + u8 i_dos_name_extracted : 1; + /* Number of alternate data streams associated with this inode */ u16 i_num_ads;