X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=f26a6573cbeabb2bb0976f16e57ffe44583f7ce0;hb=d444f2e5ddee51e7d9d0401cffcf88477c180422;hp=216565e1939b334f2e6c9ac576199683b9137045;hpb=fee5630a638f27b95b361cee6fa53bb948d82881;p=wimlib diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index 216565e1..f26a6573 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -169,7 +169,10 @@ struct wim_lookup_table_entry { tchar *file_on_disk; void *attached_buffer; #ifdef WITH_FUSE - tchar *staging_file_name; + struct { + char *staging_file_name; + int staging_dir_fd; + }; #endif #ifdef WITH_NTFS_3G struct ntfs_location *ntfs_loc;