configure: attempt to link against tcmalloc by default if available
[fio.git] / debug.h
diff --git a/debug.h b/debug.h
index 1765fdb61eb06a6518b2d67f9e4a000592dc55b6..51b18de235444244369bdf5d446234f857b3007b 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,9 +1,7 @@
 #ifndef FIO_DEBUG_H
 #define FIO_DEBUG_H
 
-#include <assert.h>
 #include "lib/types.h"
-#include "log.h"
 
 enum {
        FD_PROCESS      = 0,
@@ -24,6 +22,7 @@ enum {
        FD_COMPRESS,
        FD_STEADYSTATE,
        FD_HELPERTHREAD,
+       FD_ZBD,
        FD_DEBUG_MAX,
 };
 
@@ -44,6 +43,7 @@ enum {
        FIO_WARN_ZONED_BUG      = 4,
        FIO_WARN_IOLOG_DROP     = 8,
        FIO_WARN_FADVISE        = 16,
+       FIO_WARN_BTRACE_ZERO    = 32,
 };
 
 #ifdef FIO_INC_DEBUG