X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=f311e2c62a53c898f25c12bd09764f5b2be879b3;hp=5c9910a08f2c1aa7b28fcbe625ee36f62228e3ef;hb=ca09be4b1a8e97f0bca5cfbddb399899cf561eaa;hpb=24ffb6f85058a95d4647541283c94c9e27520f1b diff --git a/thread_options.h b/thread_options.h index 5c9910a0..f311e2c6 100644 --- a/thread_options.h +++ b/thread_options.h @@ -99,6 +99,8 @@ struct thread_options { unsigned long long verify_backlog; unsigned int verify_batch; unsigned int experimental_verify; + unsigned int verify_state; + unsigned int verify_state_save; unsigned int use_thread; unsigned int unlink; unsigned int do_disk_util; @@ -106,7 +108,7 @@ struct thread_options { unsigned int rand_repeatable; unsigned int allrand_repeatable; unsigned long long rand_seed; - unsigned int use_os_rand; + unsigned int dep_use_os_rand; unsigned int log_avg_msec; unsigned int log_offset; unsigned int log_gz; @@ -330,6 +332,9 @@ struct thread_options_pack { uint64_t verify_backlog; uint32_t verify_batch; uint32_t experimental_verify; + uint32_t verify_state; + uint32_t verify_state_save; + uint32_t pad; uint32_t use_thread; uint32_t unlink; uint32_t do_disk_util; @@ -337,7 +342,7 @@ struct thread_options_pack { uint32_t rand_repeatable; uint32_t allrand_repeatable; uint64_t rand_seed; - uint32_t use_os_rand; + uint32_t dep_use_os_rand; uint32_t log_avg_msec; uint32_t log_offset; uint32_t log_gz; @@ -349,7 +354,6 @@ struct thread_options_pack { uint32_t bs_is_seq_rand; uint32_t random_distribution; - uint32_t pad; fio_fp64_t zipf_theta; fio_fp64_t pareto_h; @@ -477,6 +481,7 @@ struct thread_options_pack { uint64_t number_ios; uint32_t sync_file_range; + uint32_t pad2; uint64_t latency_target; uint64_t latency_window;