Fio 1.17.1
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 0373d2af0fedef8fd9783e45720168d0644af518..c202b0dc31346d475e322823b536b4eaa301b643 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -198,6 +198,7 @@ enum {
        VERIFY_SHA256,                  /* sha256 sum data blocks */
        VERIFY_SHA512,                  /* sha512 sum data blocks */
        VERIFY_META,                    /* block_num, timestamp etc. */
+       VERIFY_PATTERN,                 /* verify a specific pattern */
        VERIFY_NULL,                    /* pretend to verify */
 };
 
@@ -423,6 +424,7 @@ struct thread_options {
        unsigned int verify_offset;
        unsigned int verify_pattern;
        unsigned int verify_pattern_bytes;
+       unsigned int verify_fatal;
        unsigned int use_thread;
        unsigned int unlink;
        unsigned int do_disk_util;