log: use __log_buf() if we know buf != NULL
[fio.git] / thread_options.h
index 32063112feaaa1756062400f0c349bc7b7d731fa..393158340e96a52a8068cd39d0d8c3c6c4cc4da3 100644 (file)
@@ -337,6 +337,9 @@ struct thread_options {
 
        /* 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