]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
make_symlink_reparse_data_buf(): Use full path
[wimlib] / src / dentry.h
index 5d12b4b857ccccf5949f1aedf30801362f57276f..5c57e7e9178ece9f0392038fcc2524b34d463e8e 100644 (file)
@@ -231,9 +231,14 @@ struct wim_inode {
        /* Used only in NTFS-mode extraction */
        u8 i_dos_name_extracted : 1;
 
+       u16 i_not_rpfixed;
+
        /* Number of alternate data streams associated with this inode */
        u16 i_num_ads;
 
+       u16 i_rp_unknown_2;
+       u32 i_rp_unknown_1;
+
        /* A hash of the file's contents, or a pointer to the lookup table entry
         * for this dentry if the lookup table entries have been resolved.
         *