[PATCH] Make the libaio fsync fallback really work
[fio.git] / init.c
diff --git a/init.c b/init.c
index 32e22dbe87470360b62b31220be87ccaad5b8f3a..7f2747a43a0a3c538272e65e35be03d5fb92ef1e 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", },
+                               "sg", "null", "net", },
        },
        {
                .name   = "iodepth",