Add sample crc64 checksum
[fio.git] / options.c
index 99996f997f6c21dd98195fce3e5605c585a8c076..8c27d46183379cd0f1fb9e5691f7d48436525fb8 100644 (file)
--- a/options.c
+++ b/options.c
@@ -569,6 +569,10 @@ static struct fio_option options[] = {
                            .oval = VERIFY_NONE,
                            .help = "Don't do IO verification",
                          },
+                         { .ival = "crc64",
+                           .oval = VERIFY_CRC64,
+                           .help = "Use crc64 checksums for verification",
+                         },
                          { .ival = "crc32",
                            .oval = VERIFY_CRC32,
                            .help = "Use crc32 checksums for verification",