X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=6604a37610172280417546b5a5b2940753e5928f;hp=f967a8a10aa4fc4da5212b48eabf4c427b3fc999;hb=aa1af5fd4a7b801cc506cb511eb09f64c89648b6;hpb=3a5db9201bf7b1717f63cb8f7dbd025903117f70 diff --git a/thread_options.h b/thread_options.h index f967a8a1..6604a376 100644 --- a/thread_options.h +++ b/thread_options.h @@ -270,6 +270,9 @@ struct thread_options { unsigned int replay_scale; unsigned int per_job_logs; + + unsigned int allow_create; + unsigned int allow_mounted_write; }; #define FIO_TOP_STR_MAX 256 @@ -505,6 +508,9 @@ struct thread_options_pack { 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);