fio: add libpmem engine
[fio.git] / options.c
index e8d1a3abbbf931229b83845170e1f33dec2d55bf..a0fcd8f10b67fc72dda75d6e040470c4a9b3ff2e 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1851,6 +1851,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "Load external engine (append name)",
                            .cb = str_ioengine_external_cb,
                          },
+#ifdef CONFIG_LIBPMEM
+                         { .ival = "libpmem",
+                           .help = "NVML libpmem based IO engine",
+                         },
+#endif
                },
        },
        {