Do all writes then do all verification and report progress
[dcpomatic.git] / src / lib / disk_writer_messages.h
index 9d8196374c94d9fd739a61b50524b2321e3f30e4..8d0306754c73d39cdda9e747a6b144614056470c 100644 (file)
@@ -26,7 +26,7 @@
 /* REQUEST TO WRITE DCP */
 
 // Front-end sends:
+
 #define DISK_WRITER_WRITE "W"
 // DCP pathname
 // Internal name of the drive to write to
 // Error message
 // Error number
 
-//  the drive is being formatted
+// the drive is being formatted
 #define DISK_WRITER_FORMATTING "F"
 
 // data is being copied, 30% done
-#define DISK_WRITER_PROGRESS "P"
+#define DISK_WRITER_COPY_PROGRESS "C"
 // 0.3\n
 
+// data is being veriried, 60% done
+#define DISK_WRITER_VERIFY_PROGRESS "V"
+// 0.6\n
+
 
 /* REQUEST TO QUIT */
 
@@ -59,7 +63,7 @@
 
 // Front-end sends:
 #define DISK_WRITER_UNMOUNT "U"
-// XML representation of Drive object to unmount 
+// XML representation of Drive object to unmount
 
 // Back-end responds:
 // DISK_WRITER_OK