]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
wimlib_write(): Add WIMLIB_WRITE_FLAG_FSYNC
[wimlib] / src / wimlib_internal.h
index 410281913c103431636feebaf9be3621e1dc2518..96136d8aadfb13dbe16e9c8c9820d2b248e76db7 100644 (file)
@@ -308,6 +308,8 @@ typedef struct WIMStruct {
         * subtract 1 from this to get the index of the current image in the
         * image_metadata array. */
        int current_image;
+
+       bool deletion_occurred;
 } WIMStruct;