X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=82e3e279dfe342f66ea98098604655630568a703;hp=ffe54709c3061268a9850840343c90fb3a7e8f51;hb=d392365ee61ecf469963ca0dffe06d604332d7d2;hpb=b6cf38f0aed8b12db1c8fd520c09e5a74066ebc9 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",