axmap: improve axmap_find_first_free()
[fio.git] / options.c
index 8d460be229a51c659c5f7a07a6f3c4aec0e1f782..2b71abdd4474804f885079b46015f1df2ebe3f08 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1961,6 +1961,11 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .parent = "verify_async",
        },
 #endif
+       {
+               .name   = "experimental_verify",
+               .off1   = td_var_offset(experimental_verify),
+               .type   = FIO_OPT_BOOL,
+       },
 #ifdef FIO_HAVE_TRIM
        {
                .name   = "trim_percentage",