second async IO code drop
[fio.git] / options.c
index 070d00f77f6977bdbb7e5ef71aeff8547cc5f600..c81cd73c30201b75ba1237f26a7970d436073628 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1525,7 +1525,10 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
 #endif
 #ifdef CONFIG_GFAPI
                          { .ival = "gfapi",
-                           .help = "Glusterfs libgfapi based engine"
+                           .help = "Glusterfs libgfapi(sync) based engine"
+                         },
+                         { .ival = "gfapi_async",
+                           .help = "Glusterfs libgfapi(async) based engine"
                          },
 #endif