X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=0285b08c77567aefc1bdfed7a2bf481548a99ed5;hb=39f202fa4ad91a55b3bff5708acbde85bc7ef875;hp=997f90afcfe605feee231da08822289364be20dc;hpb=36d80bc7c7f7fbc2612941b7dd7ceaf645798c7f;p=fio.git diff --git a/ioengine.h b/ioengine.h index 997f90af..0285b08c 100644 --- a/ioengine.h +++ b/ioengine.h @@ -121,6 +121,8 @@ struct ioengine_ops { int (*close_file)(struct thread_data *, struct fio_file *); int (*get_file_size)(struct thread_data *, struct fio_file *); void (*terminate)(struct thread_data *); + int (*io_u_init)(struct thread_data *, struct io_u *); + void (*io_u_free)(struct thread_data *, struct io_u *); int option_struct_size; struct fio_option *options; void *data;