]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
make_symlink_reparse_data_buf(): Use full path
[wimlib] / src / dentry.h
index 042ffe6071ae922485aae125c478243b07d1f17c..5c57e7e9178ece9f0392038fcc2524b34d463e8e 100644 (file)
@@ -236,6 +236,9 @@ struct wim_inode {
        /* 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.
         *