Add aioring engine
[fio.git] / options.c
index 7a7006c169ee375e323c590abc21b5ff8f5b00af..81fe9ffb750ff421d97e9f8a67d597e79222a111 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1773,6 +1773,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "Linux native asynchronous IO",
                          },
 #endif
+#ifdef CONFIG_LIBAIO
+                         { .ival = "aio-ring",
+                           .help = "Linux native asynchronous IO",
+                         },
+#endif
 #ifdef CONFIG_POSIXAIO
                          { .ival = "posixaio",
                            .help = "POSIX asynchronous IO",