]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
dentry_find_streams_to_extract(): Handle hard links correctly
[wimlib] / src / dentry.h
index 1500bd7c3c63238ff07baeadb0b59ddb2c9d33be..a613db42c655c7d412194a533256c767aceb1ceb 100644 (file)
@@ -232,6 +232,8 @@ struct wim_inode {
        /* %true iff verify_inode() has run on this inode. */
        u8 i_verified : 1;
 
        /* %true iff verify_inode() has run on this inode. */
        u8 i_verified : 1;
 
+       u8 i_visited : 1;
+
        /* Used only in NTFS-mode extraction */
        u8 i_dos_name_extracted : 1;
 
        /* Used only in NTFS-mode extraction */
        u8 i_dos_name_extracted : 1;