X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=75c2c1ad222687f928e9c46fc5103d5c859035be;hp=c56bd5058222ab438f7039d20847254f900f0160;hb=21b8aee865f0d3960687ce6ba7385e5977f45061;hpb=b939683e7b997653a35bd7d55f733fc96030b246 diff --git a/ioengine.h b/ioengine.h index c56bd505..75c2c1ad 100644 --- a/ioengine.h +++ b/ioengine.h @@ -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; };