X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengines.h;h=acdb0071f52de85e67d462b1e2fb4773e54970fb;hb=855dc4d44e000b68c01b0e33eae3389b49eb7f7f;hp=1d01ab0a6d1345a71b04b0576f40fefca20062b9;hpb=1588c8f571f67a004571e51cdbb5de97c3e4f457;p=fio.git diff --git a/ioengines.h b/ioengines.h index 1d01ab0a..acdb0071 100644 --- a/ioengines.h +++ b/ioengines.h @@ -8,7 +8,7 @@ #include "io_u.h" #include "zbd_types.h" -#define FIO_IOOPS_VERSION 29 +#define FIO_IOOPS_VERSION 31 #ifndef CONFIG_DYNAMIC_ENGINES #define FIO_STATIC static @@ -59,6 +59,8 @@ struct ioengine_ops { uint64_t, struct zbd_zone *, unsigned int); int (*reset_wp)(struct thread_data *, struct fio_file *, uint64_t, uint64_t); + int (*get_max_open_zones)(struct thread_data *, struct fio_file *, + unsigned int *); int option_struct_size; struct fio_option *options; };