[PATCH] Add verify_meta verification type
[fio.git] / options.c
index 81ddd2390ca5459b85714c74d014716109e1005d..a50dece0baf4c5fd696df0a9f3fe0384ea9fe4b7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -638,6 +638,10 @@ static struct fio_option options[] = {
                            .oval = VERIFY_SHA512,
                            .help = "Use sha512 checksums for verification",
                          },
+                         { .ival = "meta",
+                           .oval = VERIFY_META,
+                           .help = "Use io information",
+                         },
                          {
                            .ival = "null",
                            .oval = VERIFY_NULL,