[PATCH] Allow verification to be done at finer granularity

Allow verification to be done at a finer granularity than blocksize.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/options.c b/options.c
index 3bf0d24..829b808 100644
--- a/options.c
+++ b/options.c
@@ -604,6 +604,13 @@
 		.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,
 		.off1	= td_var_offset(write_iolog_file),