X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=6604a37610172280417546b5a5b2940753e5928f;hp=aa7f3f2657c8c985e94ec1449e01a34b5fed1ce5;hb=75dc383e9d05369c830559496afa382178905e39;hpb=a9da8ab2169810667aeb26f857a8ac3c056e4d61 diff --git a/thread_options.h b/thread_options.h index aa7f3f26..6604a376 100644 --- a/thread_options.h +++ b/thread_options.h @@ -265,6 +265,14 @@ struct thread_options { unsigned block_error_hist; unsigned int skip_bad; + + unsigned int replay_align; + unsigned int replay_scale; + + unsigned int per_job_logs; + + unsigned int allow_create; + unsigned int allow_mounted_write; }; #define FIO_TOP_STR_MAX 256 @@ -495,6 +503,14 @@ struct thread_options_pack { uint32_t block_error_hist; uint32_t skip_bad; + + uint32_t replay_align; + uint32_t replay_scale; + + uint32_t per_job_logs; + + uint32_t allow_create; + uint32_t allow_mounted_write; } __attribute__((packed)); extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);