]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Don't create unnecessary temporary files
[wimlib] / include / wimlib / apply.h
index 7b4ffe3ea7defe663f6ddd7a65c0b3598c42d7cc..3b124d31c4936fb1e55e35247d9e1ef757bac498 100644 (file)
@@ -223,11 +223,12 @@ struct apply_ctx {
        unsigned long invalid_sequence;
        unsigned long partial_security_descriptors;
        unsigned long no_security_descriptors;
+       struct wim_lookup_table_entry *cur_stream;
        struct filedes tmpfile_fd;
        tchar *tmpfile_name;
        u64 num_streams_remaining;
        uint64_t next_progress;
-       intptr_t private[8];
+       intptr_t private[10];
 };
 
 #ifdef __WIN32__