Add crc16 verify type
[fio.git] / options.c
index 04ed548d97b5a992cf6e50e220f64c9d5b43075c..cf42a6da83f1114f202f148e4a7722c25726435e 100644 (file)
--- a/options.c
+++ b/options.c
@@ -573,6 +573,10 @@ static struct fio_option options[] = {
                            .oval = VERIFY_CRC32,
                            .help = "Use crc32 checksums for verification",
                          },
+                         { .ival = "crc16",
+                           .oval = VERIFY_CRC16,
+                           .help = "Use crc16 checksums for verification",
+                         },
                          { .ival = "md5",
                            .oval = VERIFY_MD5,
                            .help = "Use md5 checksums for verification",