X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;fp=src%2Flookup_table.h;h=c1716088f590206e802e4f71dda46552b1b374b2;hp=48ec965ee74c8dfe7f54b439eab30c36737687d5;hb=bdc18020a46938f142bf39f10f9e0f1c9126cb0b;hpb=7ce0d372fae285051cbc9740c9fa316d22465d9d diff --git a/src/lookup_table.h b/src/lookup_table.h index 48ec965e..c1716088 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -40,7 +40,7 @@ struct ntfs_location { tchar *path; utf16lechar *stream_name; u16 stream_name_nchars; - struct _ntfs_volume **ntfs_vol_p; + struct _ntfs_volume *ntfs_vol; bool is_reparse_point; }; #endif @@ -223,13 +223,6 @@ struct wim_lookup_table_entry { struct list_head write_streams_list; }; - - #ifdef WITH_FUSE - /* Pointer to inode that contains the opened file descriptors to - * this stream (valid when resource_location == - * RESOURCE_IN_STAGING_FILE) */ - struct wim_inode *lte_inode; - #endif }; /* Temporary list fields */