]> wimlib.net Git - wimlib/blobdiff - src/wimlib.h
Improve progress messages for NTFS apply
[wimlib] / src / wimlib.h
index 6effa1c18e30b33467a50ee70dc76b5f0450e475..c81b42f49f576eaa9244765558e7dde8314cfeb0 100644 (file)
@@ -414,6 +414,12 @@ union wimlib_progress_info {
                /** Number of the image being extracted (1-based). */
                int image;
 
+               /** Flags passed to to wimlib_extract_image() */
+               int extract_flags;
+
+               /** Full path to the WIM file being extracted. */
+               const char *wimfile_name;
+
                /** Name of the image being extracted. */
                const char *image_name;