Add --readonly option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 0373d2af0fedef8fd9783e45720168d0644af518..5177795c32c7b05d852c79e154411e7e281a6db8 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 */
 };
 
@@ -369,6 +370,7 @@ struct thread_stat {
        unsigned long usr_time;
        unsigned long sys_time;
        unsigned long ctx;
+       unsigned long minf, majf;
 
        /*
         * IO depth and latency stats
@@ -423,6 +425,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;