Add support for the Google xxhash checksumming function
[fio.git] / options.c
index ac101a3fe27ae7baa68ea21583f4ea41ebb2c4f7..dc55c985cc19b0d2940642cb1cac49dc3cd1aee7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2243,6 +2243,10 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .oval = VERIFY_SHA512,
                            .help = "Use sha512 checksums for verification",
                          },
+                         { .ival = "xxhash",
+                           .oval = VERIFY_XXHASH,
+                           .help = "Use xxhash checksums for verification",
+                         },
                          { .ival = "meta",
                            .oval = VERIFY_META,
                            .help = "Use io information",