X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=14c6969f3acb4bd741e1d33a5b70b1aac8d68b4a;hp=4f791cf366dd38360cb31a53daa32a4ca2cae4e1;hb=ee6ce26c029dbdb62184d2f011fdab61d3429d82;hpb=46bfd4e5170ec950c1eb2e27c2ae67fa9b84ee12 diff --git a/thread_options.h b/thread_options.h index 4f791cf3..14c6969f 100644 --- a/thread_options.h +++ b/thread_options.h @@ -140,7 +140,6 @@ struct thread_options { unsigned int rand_repeatable; unsigned int allrand_repeatable; unsigned long long rand_seed; - unsigned int dep_use_os_rand; unsigned int log_avg_msec; unsigned int log_hist_msec; unsigned int log_hist_coarseness; @@ -173,7 +172,6 @@ struct thread_options { unsigned int hugepage_size; unsigned long long rw_min_bs; - unsigned int pad2; unsigned int thinktime; unsigned int thinktime_spin; unsigned int thinktime_blocks; @@ -430,8 +428,8 @@ struct thread_options_pack { uint32_t override_sync; uint32_t rand_repeatable; uint32_t allrand_repeatable; + uint32_t pad; uint64_t rand_seed; - uint32_t dep_use_os_rand; uint32_t log_avg_msec; uint32_t log_hist_msec; uint32_t log_hist_coarseness; @@ -572,7 +570,7 @@ struct thread_options_pack { uint32_t rate_iops_min[DDIR_RWDIR_CNT]; uint32_t rate_process; uint32_t rate_ign_think; - uint32_t pad; + uint32_t pad3; uint8_t ioscheduler[FIO_TOP_STR_MAX];