client: cleanup output types
[fio.git] / thread_options.h
index 9ef3d6b155ed95b15877c8152adfd4f0b79864db..393158340e96a52a8068cd39d0d8c3c6c4cc4da3 100644 (file)
@@ -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