X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=init.c;h=7f2747a43a0a3c538272e65e35be03d5fb92ef1e;hb=ed92ac0ce9ce1cc64697272d307d4fa7d18ed64c;hp=32e22dbe87470360b62b31220be87ccaad5b8f3a;hpb=61697c37566a211ad3fd70f46397d9b7675b0fc2;p=fio.git diff --git a/init.c b/init.c index 32e22dbe..7f2747a4 100644 --- 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",