Merge branch 'master' into gfio
[fio.git] / options.c
index 91bec0e840747120cbf106f953e4601a5e23708a..18d2f20ded599c9327f105f24258c0280cf9fd05 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1232,6 +1232,14 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .def    = "0",
                .category = FIO_OPT_G_IO,
        },
+       {
+               .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",
+               .parent = "offset",
+               .def    = "0",
+       },
        {
                .name   = "bs",
                .alias  = "blocksize",