X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=799e77a4375f8c49acba3502b59f07ea49217fbe;hb=444310ffec05459692b685b2ea96e6ad2296436e;hp=ed437be2697d461295120f666257d20d8177d5ec;hpb=997843cbd55f34f7f48f2ebc108500d97e37474c;p=fio.git diff --git a/options.c b/options.c index ed437be2..799e77a4 100644 --- a/options.c +++ b/options.c @@ -1282,7 +1282,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .help = "Solaris native asynchronous IO", }, #endif -#ifdef FIO_HAVE_WINDOWSAIO +#ifdef CONFIG_WINDOWSAIO { .ival = "windowsaio", .help = "Windows native asynchronous IO" }, @@ -1965,6 +1965,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .name = "experimental_verify", .off1 = td_var_offset(experimental_verify), .type = FIO_OPT_BOOL, + .help = "Enable experimental verification", }, #ifdef FIO_HAVE_TRIM { @@ -2495,6 +2496,13 @@ static struct fio_option options[FIO_MAX_OPTS] = { .help = "Set up dedicated gettimeofday() thread on this CPU", .verify = gtod_cpu_verify, }, + { + .name = "unified_rw_reporting", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(unified_rw_rep), + .help = "Unify reporting across data direction", + .def = "0", + }, { .name = "continue_on_error", .type = FIO_OPT_STR,