[PATCH] First cut syslet async io support
[fio.git] / init.c
diff --git a/init.c b/init.c
index e09a1f9eca44a2804c0c226d29c06ee9e4f3413f..f4125b13c5f05c1064d07d5e12bf72d5295a034e 100644 (file)
--- a/init.c
+++ b/init.c
@@ -81,7 +81,7 @@ static struct fio_option options[] = {
                .help   = "IO engine to use",
                .def    = "sync",
                .posval = { "sync", "libaio", "posixaio", "mmap", "splice",
-                               "sg", "null", "net", },
+                               "sg", "null", "net", "syslet-rw" },
        },
        {
                .name   = "iodepth",