RDMA IO engine
[fio.git] / options.c
index 74c64780a92658695217ee46859d631eb0008b14..ffe54709c3061268a9850840343c90fb3a7e8f51 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1002,6 +1002,11 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                          { .ival = "binject",
                            .help = "binject direct inject block engine",
                          },
+#endif
+#ifdef FIO_HAVE_RDMA
+                         { .ival = "rdma",
+                           .help = "RDMA IO engine",
+                         },
 #endif
                          { .ival = "external",
                            .help = "Load external engine (append name)",