windowsaio: initialize and map windowsaio IO structure to io_u
[fio.git] / ioengine.h
index 997f90afcfe605feee231da08822289364be20dc..0285b08c77567aefc1bdfed7a2bf481548a99ed5 100644 (file)
@@ -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;