Make it possible to limit the number of open zones
[fio.git] / thread_options.h
index 32063112feaaa1756062400f0c349bc7b7d731fa..597c4221f1996c1a1e6b8dbb82ea65a1a1dc01bb 100644 (file)
@@ -337,6 +337,7 @@ struct thread_options {
 
        /* Parameters that affect zonemode=zbd */
        unsigned int read_beyond_wp;
+       int max_open_zones;
 };
 
 #define FIO_TOP_STR_MAX                256