X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=375bbfd33ed805d70f1443ea4308ce1ece746ca6;hp=ae0e6fc8996d02f8ca2e5a76629a3dd3cf94b00d;hb=fae3b9a0af400f4e4c576d35bf97ef655be5fc78;hpb=af7be579816c5636e3b6fc07dee745d52aefd4d4 diff --git a/file.h b/file.h index ae0e6fc8..375bbfd3 100644 --- a/file.h +++ b/file.h @@ -104,6 +104,9 @@ struct fio_file { * Zoned block device information. See also zonemode=zbd. */ struct zoned_block_device_info *zbd_info; + /* zonemode=zbd working area */ + uint32_t min_zone; /* inclusive */ + uint32_t max_zone; /* exclusive */ /* * Track last end and last start of IO for a given data direction