X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=754eb81fccfe1a14f6949f30d07475ea09acc834;hp=f8e89f381bbd171fbed1877066f33c744dd7a6e1;hb=e9459e5a14b577ead39d666c051c7ce4db12bc75;hpb=22d662132577b9950753369c94c2662c64ad7385;ds=inline diff --git a/options.c b/options.c index f8e89f38..754eb81f 100644 --- a/options.c +++ b/options.c @@ -826,6 +826,12 @@ static struct fio_option options[] = { .off1 = td_var_offset(group_reporting), .help = "Do reporting on a per-group basis", }, + { + .name = "zero_buffers", + .type = FIO_OPT_STR_SET, + .off1 = td_var_offset(zero_buffers), + .help = "Init IO buffers to all zeroes", + }, { .name = NULL, },