X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=87a94f6e64289372f935879c030f55e2bdc77c6f;hb=dd32be11d1e158ce16a0266816df1a7b86389b32;hp=8a0ebe370a0245211fda45c3ad55be945fb06564;hpb=883e4841d5466955ad464ee3a6b37e009cfa80ef;p=fio.git diff --git a/fio.h b/fio.h index 8a0ebe37..87a94f6e 100644 --- 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 */