num2str(): Use asprintf() instead of malloc()
[fio.git] / thread_options.h
index 09ccd5b2259fc126812aa17b9eb23ad0deb99847..968ea0abc0b15a91bbc55fa4d04a231f5e3a3474 100644 (file)
@@ -343,6 +343,7 @@ struct thread_options {
        /* Parameters that affect zonemode=zbd */
        unsigned int read_beyond_wp;
        int max_open_zones;
+       unsigned int job_max_open_zones;
        fio_fp64_t zrt;
        fio_fp64_t zrf;
 };