Pre-load and sort random blocks for pure read verify workloads
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index a528f6a07ef60dd7d4905bc49e5401bd8173eeed..c5e2bf13414ebbb58d186bb1cddaaabed2919e05 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -149,6 +149,7 @@ struct thread_options {
        unsigned int verify;
        unsigned int do_verify;
        unsigned int verifysort;
+       unsigned int verifysort_nr;
        unsigned int verify_interval;
        unsigned int verify_offset;
        char verify_pattern[MAX_PATTERN_SIZE];
@@ -515,6 +516,8 @@ struct thread_data {
        struct flist_head trim_list;
        unsigned long trim_entries;
 
+       struct flist_head next_rand_list;
+
        /*
         * for fileservice, how often to switch to a new file
         */