Don't malloc/memcpy ioengine_ops on td initialization
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 8a0ebe370a0245211fda45c3ad55be945fb06564..87a94f6e64289372f935879c030f55e2bdc77c6f 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -226,6 +226,12 @@ struct thread_data {
         */
        struct ioengine_ops *io_ops;
 
+       /*
+        * IO engine private data and dlhandle.
+        */
+       void *io_ops_data;
+       void *io_ops_dlhandle;
+
        /*
         * Queue depth of io_u's that fio MIGHT do
         */