X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=446a1fbeb967cf614547b40272c1cec1d4e19058;hb=b7aae4ba630b1dd6853f0794f00080f61b7cdc93;hp=c0a547eb1d2dc4ed1ca784f811265841328e6c25;hpb=5fff95436922873dd9ded8b21af7222689e2ec5d;p=fio.git diff --git a/file.h b/file.h index c0a547eb..446a1fbe 100644 --- a/file.h +++ b/file.h @@ -10,6 +10,9 @@ #include "lib/lfsr.h" #include "lib/gauss.h" +/* Forward declarations */ +struct zoned_block_device_info; + /* * The type of object we are working on */ @@ -97,6 +100,11 @@ struct fio_file { uint64_t file_offset; uint64_t io_size; + /* + * Zoned block device information. See also zonemode=zbd. + */ + struct zoned_block_device_info *zbd_info; + /* * Track last end and last start of IO for a given data direction */