X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=044c4da1a150af8ce239cd0bc57ca14a75ef0c6a;hb=72c27ff8f2eaf945ae34776dab4da3fee753707d;hp=c56bd5058222ab438f7039d20847254f900f0160;hpb=7d9fb455aadc0c0363489591775496f27f4a560a;p=fio.git diff --git a/ioengine.h b/ioengine.h index c56bd505..044c4da1 100644 --- a/ioengine.h +++ b/ioengine.h @@ -22,7 +22,7 @@ struct io_u { struct iocb iocb; #endif #ifdef FIO_HAVE_POSIXAIO - struct aiocb aiocb; + os_aiocb_t aiocb; #endif #ifdef FIO_HAVE_SGIO struct sg_io_hdr hdr; @@ -35,6 +35,9 @@ struct io_u { #endif #ifdef FIO_HAVE_BINJECT struct b_user_cmd buc; +#endif +#ifdef FIO_HAVE_RDMA + struct ibv_mr *mr; #endif void *mmap_data; };