Add the 'zbd' debug level
[fio.git] / init.c
diff --git a/init.c b/init.c
index 3ed57570c7e09e72f138d87536fc93c03f28b5fa..7514d1ab0af536b288eb5b35be04fe661a2c3c99 100644 (file)
--- a/init.c
+++ b/init.c
@@ -2263,6 +2263,10 @@ const struct debug_level debug_levels[] = {
          .help = "Helper thread logging",
          .shift = FD_HELPERTHREAD,
        },
+       { .name = "zbd",
+         .help = "Zoned Block Device logging",
+         .shift = FD_ZBD,
+       },
        { .name = NULL, },
 };