X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=858f307762256695e15752e0a157667f13e00311;hb=a8b412146efdaa79adaa766dd192512bf2178ce7;hp=02c867f319361f1f7f3574ce0aa92a52ec7bb513;hpb=57535f416523be18a928069903fae47c916a5a33;p=fio.git diff --git a/thread_options.h b/thread_options.h index 02c867f3..858f3077 100644 --- a/thread_options.h +++ b/thread_options.h @@ -40,6 +40,7 @@ struct thread_options { uint64_t set_options[NR_OPTS_SZ]; char *description; char *name; + char *wait_for; char *directory; char *filename; char *filename_format; @@ -131,6 +132,7 @@ struct thread_options { unsigned int verify_only; unsigned int random_distribution; + unsigned int exitall_error; fio_fp64_t zipf_theta; fio_fp64_t pareto_h; @@ -288,6 +290,7 @@ struct thread_options_pack { uint64_t set_options[NR_OPTS_SZ]; uint8_t description[FIO_TOP_STR_MAX]; uint8_t name[FIO_TOP_STR_MAX]; + uint8_t wait_for[FIO_TOP_STR_MAX]; uint8_t directory[FIO_TOP_STR_MAX]; uint8_t filename[FIO_TOP_STR_MAX]; uint8_t filename_format[FIO_TOP_STR_MAX]; @@ -376,7 +379,7 @@ struct thread_options_pack { uint32_t bs_is_seq_rand; uint32_t random_distribution; - uint32_t pad; + uint32_t exitall_error; fio_fp64_t zipf_theta; fio_fp64_t pareto_h;