RDMA IO engine
[fio.git] / ioengine.h
index c56bd5058222ab438f7039d20847254f900f0160..75c2c1ad222687f928e9c46fc5103d5c859035be 100644 (file)
@@ -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;
        };