X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=858f307762256695e15752e0a157667f13e00311;hp=6ae0335698c1de41ed60f8b69394106e004e9190;hb=9cc8cb91d355d7e47d5b930b352087ec71f85f85;hpb=b5f4ef37543b46f9ef44cabf691a92d6592fb286;ds=sidebyside diff --git a/thread_options.h b/thread_options.h index 6ae03356..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; @@ -289,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];