engines/aioring: update for continually rolling ring
[fio.git] / options.c
index 7a7006c169ee375e323c590abc21b5ff8f5b00af..626c7c1715976c7e77c8e18327caf5d0a3639abb 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1773,6 +1773,13 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "Linux native asynchronous IO",
                          },
 #endif
+#ifdef CONFIG_LIBAIO
+#ifdef ARCH_HAVE_AIORING
+                         { .ival = "aio-ring",
+                           .help = "Linux native asynchronous IO",
+                         },
+#endif
+#endif
 #ifdef CONFIG_POSIXAIO
                          { .ival = "posixaio",
                            .help = "POSIX asynchronous IO",