Add 'wait_for_previous' as an alias for the 'stonewall' option
[fio.git] / options.c
index ffe54709c3061268a9850840343c90fb3a7e8f51..82e3e279dfe342f66ea98098604655630568a703 100644 (file)
--- 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",