]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
xml_windows.c: use correct integer type (no change in behavior)
[wimlib] / include / wimlib / inode.h
index ed6f9de92ee1ea088e1052c3b5f6c78a0b0681dd..db311c97e786ad7a41b6dcb2fd68e2712d56da23 100644 (file)
@@ -191,7 +191,7 @@ struct wim_inode {
                        struct wim_dentry *i_first_extraction_alias;
 
                #ifdef WITH_NTFS_3G
-                       /* In NTFS-3g extraction mode, this is set to the Master
+                       /* In NTFS-3G extraction mode, this is set to the Master
                         * File Table (MFT) number of the NTFS file that was
                         * created for this inode.  */
                        u64 i_mft_no;
@@ -226,6 +226,10 @@ struct wim_inode {
 
        /* Next stream ID to be assigned  */
        u32 i_next_stream_id;
+
+#ifdef ENABLE_TEST_SUPPORT
+       struct wim_inode *i_corresponding;
+#endif
 };
 
 /* Optional extra data for a WIM inode  */