Make it possible to limit the number of open zones
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 83654bbbf0411d4c944b85a8e01a915d65605661..42015d3b7d212e3205d8b6bdbb3c58129801d2b9 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -167,6 +167,8 @@ struct zone_split_index {
        uint64_t size_prev;
 };
 
+#define FIO_MAX_OPEN_ZBD_ZONES 128
+
 /*
  * This describes a single thread/process executing a fio job.
  */