]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Fix sequential extraction, and include progress info
[wimlib] / src / dentry.h
index 68f118d8a2bdc3cc14e0d44840a53a0084a315c6..2e2ba8bf23d128529a4b5b2702f76cdfc539f87a 100644 (file)
@@ -252,6 +252,9 @@ struct inode {
        /* %true iff verify_inode() has run on this dentry. */
        u8 verified : 1;
 
+       /* temporary flag */
+       u8 found    : 1;
+
        /* Number of alternate data streams associated with this inode */
        u16 num_ads;