]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Get capturing NTFS reparse points working again
[wimlib] / src / lookup_table.h
index 48ec965ee74c8dfe7f54b439eab30c36737687d5..c1716088f590206e802e4f71dda46552b1b374b2 100644 (file)
@@ -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 */