Don't malloc/memcpy ioengine_ops on td initialization
[fio.git] / ioengine.h
index 161acf595caa4c53217b9ee2673fc3b80ed1143c..0effadec5c602f6d1a0180d3ef103faf563e3634 100644 (file)
@@ -163,8 +163,6 @@ struct ioengine_ops {
        void (*io_u_free)(struct thread_data *, struct io_u *);
        int option_struct_size;
        struct fio_option *options;
-       void *data;
-       void *dlhandle;
 };
 
 enum fio_ioengine_flags {