X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;fp=src%2Fdentry.h;h=5c57e7e9178ece9f0392038fcc2524b34d463e8e;hp=042ffe6071ae922485aae125c478243b07d1f17c;hb=94005a5254bb7029e4793875b0ad9c356bf63ad7;hpb=d35d6c92657e89e10971c673f26ce903f6a98eed diff --git a/src/dentry.h b/src/dentry.h index 042ffe60..5c57e7e9 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -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. *