fio: provide an option for a startdelay range
[fio.git] / options.c
index 4a68c01bc9e4a0a11368b10ca9586e179c5ab0be..5b97ec413aae0ba43d8f911ccfda8dc24397553f 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2018,6 +2018,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .lname  = "Start delay",
                .type   = FIO_OPT_STR_VAL_TIME,
                .off1   = td_var_offset(start_delay),
+               .off2   = td_var_offset(start_delay_high),
                .help   = "Only start job when this period has passed",
                .def    = "0",
                .category = FIO_OPT_C_GENERAL,