]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Use completed_streams and total_streams in extract progress
[wimlib] / include / wimlib.h
index f56e72cf0047585db6eb4995d5d2b282ab46953f..9c043c1ba5d31e2d112c4ba8997ec481508bc832 100644 (file)
@@ -895,10 +895,11 @@ union wimlib_progress_info {
                 * potentially multiple streams per file (named data streams).
                 * A "stream" may be the default contents of a file, a named
                 * data stream, or a reparse data buffer.  */
-               uint64_t num_streams;
+               uint64_t total_streams;
 
-               /** Reserved.  */
-               const wimlib_tchar *reserved_2;
+               /** Number of (not necessarily unique) streams that have been
+                * extracted so far.  */
+               uint64_t completed_streams;
 
                /** Currently only used for
                 * ::WIMLIB_PROGRESS_MSG_EXTRACT_SPWM_PART_BEGIN.  */