]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Use completed_streams and total_streams in extract progress
[wimlib] / include / wimlib / apply.h
index 9f5f86bd4a9813dfc00af01eac886a58148446fb..2f3b1cb941ab3b61a8821357f2cf2091d50a4f72 100644 (file)
@@ -67,6 +67,7 @@ struct apply_ctx {
        struct list_head stream_list;
        const struct read_stream_list_callbacks *saved_cbs;
        struct wim_lookup_table_entry *cur_stream;
+       u64 cur_stream_offset;
        struct filedes tmpfile_fd;
        tchar *tmpfile_name;
 };