X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=393158340e96a52a8068cd39d0d8c3c6c4cc4da3;hp=9ef3d6b155ed95b15877c8152adfd4f0b79864db;hb=390074458f9e6018e8c027c519bdb6c2139b09ab;hpb=7b865a2f23d22f82ffcc25756b1eeea55e57f1e3 diff --git a/thread_options.h b/thread_options.h index 9ef3d6b1..39315834 100644 --- a/thread_options.h +++ b/thread_options.h @@ -334,6 +334,12 @@ struct thread_options { unsigned int allow_create; unsigned int allow_mounted_write; + + /* Parameters that affect zonemode=zbd */ + unsigned int read_beyond_wp; + int max_open_zones; + fio_fp64_t zrt; + fio_fp64_t zrf; }; #define FIO_TOP_STR_MAX 256