X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=1e99810e19e8de94fd51a8562842ae42aff4457e;hp=3de2ae615fb3d1683625ce42f9b0ad9d7947eb13;hb=1d2af02a16fc3c3561c994be4de887b926b2b774;hpb=163f849eea2b0ce443825fa510a1cb311092a234 diff --git a/options.c b/options.c index 3de2ae61..1e99810e 100644 --- a/options.c +++ b/options.c @@ -440,6 +440,9 @@ static struct fio_option options[] = { { .ival = "psync", .help = "Use pread/pwrite", }, + { .ival = "vsync", + .help = "Use readv/writev", + }, #ifdef FIO_HAVE_LIBAIO { .ival = "libaio", .help = "Linux native asynchronous IO",