X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=829b808ce5be554f1f9092dbfdf9c7c022095dfb;hp=3bf0d24728a276c09557d9d7f21e4b0d4ccfc1d0;hb=3f9f4e2631c4f5d33f125dd71db20c1773d22c91;hpb=d11a531f38b9b612dfb3bd09c89d011dc786f81d;ds=sidebyside diff --git a/options.c b/options.c index 3bf0d247..829b808c 100644 --- a/options.c +++ b/options.c @@ -603,6 +603,13 @@ static struct fio_option options[] = { .help = "Sort written verify blocks for read back", .def = "1", }, + { + .name = "header_interval", + .type = FIO_OPT_STR_VAL_INT, + .off1 = td_var_offset(header_interval), + .help = "Store buffer header every N bytes", + .def = "0", + }, { .name = "write_iolog", .type = FIO_OPT_STR_STORE,