X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=6604a37610172280417546b5a5b2940753e5928f;hp=1c48bd83d394577b463ecb9ec5b4572b05123747;hb=7a717ac6e6f154deebfe2af75a82ca0a76025453;hpb=9599aaf191d6847010215e6ce0226994760b9f44 diff --git a/thread_options.h b/thread_options.h index 1c48bd83..6604a376 100644 --- a/thread_options.h +++ b/thread_options.h @@ -268,6 +268,11 @@ struct thread_options { 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 @@ -501,6 +506,11 @@ struct thread_options_pack { 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);