X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=82e3e279dfe342f66ea98098604655630568a703;hb=0408c206697a60255383a4412391e8375f290f11;hp=ffe54709c3061268a9850840343c90fb3a7e8f51;hpb=21b8aee865f0d3960687ce6ba7385e5977f45061;p=fio.git diff --git a/options.c b/options.c index ffe54709..82e3e279 100644 --- a/options.c +++ b/options.c @@ -1879,6 +1879,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { }, { .name = "stonewall", + .alias = "wait_for_previous", .type = FIO_OPT_STR_SET, .off1 = td_var_offset(stonewall), .help = "Insert a hard barrier between this job and previous",