X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=79c3a89247876254a83d6adf8c9595a29cdffd3a;hb=d10983d7;hp=f40a9927e58e982098695ebb946608e38e0e3407;hpb=ce35b1ece06ce27ebff111e47c2a6610c311a92b;p=fio.git diff --git a/thread_options.h b/thread_options.h index f40a9927..79c3a892 100644 --- a/thread_options.h +++ b/thread_options.h @@ -100,7 +100,7 @@ struct thread_options { unsigned int do_disk_util; unsigned int override_sync; unsigned int rand_repeatable; - unsigned int rand_seed; + unsigned long long rand_seed; unsigned int use_os_rand; unsigned int log_avg_msec; unsigned int norandommap; @@ -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; @@ -322,7 +324,7 @@ struct thread_options_pack { uint32_t do_disk_util; uint32_t override_sync; uint32_t rand_repeatable; - uint32_t rand_seed; + uint64_t rand_seed; uint32_t use_os_rand; uint32_t log_avg_msec; uint32_t norandommap;