Adds verify_only option
[fio.git] / thread_options.h
index f40a9927e58e982098695ebb946608e38e0e3407..2f807cd788b1ac154e67df4840efe71a5e72087a 100644 (file)
@@ -109,6 +109,8 @@ struct thread_options {
        unsigned int fsync_on_close;
        unsigned int bs_is_seq_rand;
 
+       unsigned int verify_only;
+
        unsigned int random_distribution;
 
        fio_fp64_t zipf_theta;