Add options for disabling slat/clat/bw measurements
[fio.git] / init.c
diff --git a/init.c b/init.c
index 581194cf6b8899cb8e8387b5cebb25e4ec87a3ec..a55868624e8ec277ec90466f09f35f316a2ba756 100644 (file)
--- a/init.c
+++ b/init.c
@@ -19,7 +19,7 @@
 #include "smalloc.h"
 #include "filehash.h"
 
-static char fio_version_string[] = "fio 1.22-rc1";
+static char fio_version_string[] = "fio 1.22";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -878,7 +878,7 @@ struct debug_level debug_levels[] = {
        { .name = "parse",      .shift = FD_PARSE },
        { .name = "diskutil",   .shift = FD_DISKUTIL },
        { .name = "job",        .shift = FD_JOB },
-       { },
+       { .name = NULL, },
 };
 
 static int set_debug(const char *string)