]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
resource: pass blob and offset to consume_chunk
[wimlib] / include / wimlib / apply.h
index f77f9e95d3bb6dd174adc7aae4fdfa5f4c5fd2f4..da9087a7b5080883a8735d29af55061c6a5e21c2 100644 (file)
@@ -72,8 +72,6 @@ struct apply_ctx {
        unsigned long num_blobs_remaining;
        struct list_head blob_list;
        const struct read_blob_callbacks *saved_cbs;
-       struct blob_descriptor *cur_blob;
-       u64 cur_blob_offset;
        struct filedes tmpfile_fd;
        tchar *tmpfile_name;
        unsigned int count_until_file_progress;