]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lookup_table.h
Update mount implementation
[wimlib] / include / wimlib / lookup_table.h
index 216565e1939b334f2e6c9ac576199683b9137045..f26a6573cbeabb2bb0976f16e57ffe44583f7ce0 100644 (file)
@@ -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;