X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=e0f6422ba173f14a86f8d4e0b198413accabab29;hp=463b66dcd99ea85ddbeb265f5cb17959ab39a53b;hb=214ac7e009897f8f82ab9e21aff9bc86d33bb470;hpb=ba47f51ac3ab61b424e2d2406762d838ddb78b10 diff --git a/options.c b/options.c index 463b66dc..e0f6422b 100644 --- a/options.c +++ b/options.c @@ -2215,6 +2215,13 @@ static struct fio_option options[FIO_MAX_OPTS] = { .parent = "flow_id", .def = "0", }, + { + .name = "offset_increment", + .type = FIO_OPT_STR_VAL, + .off1 = td_var_offset(offset_increment), + .help = "What is the increment from one offset to the next", + .def = "0", + }, { .name = NULL, },