Merge branch 'master' into gfio
[fio.git] / ioengine.h
index 1cd08af8c25516a83c47ae33673067e09b361928..df5f8893dc76ed1174331f9f025bfbe55706c526 100644 (file)
@@ -128,6 +128,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;