Fix verbose and debug mode options
[babeltrace.git] / lib / babeltrace.c
index 0bcfd1d231aed9f4b3ce9dfaab5dac0c71cd87ed..b564e79d20151685bcf7d31a73839b08160f7b50 100644 (file)
@@ -31,7 +31,7 @@
 #include <babeltrace/ctf-text/types.h>
 #include <stdlib.h>
 
 #include <babeltrace/ctf-text/types.h>
 #include <stdlib.h>
 
-int babeltrace_verbose, babeltrace_debug;
+bool babeltrace_verbose, babeltrace_debug;
 
 static
 void __attribute__((constructor)) init_babeltrace_lib(void)
 
 static
 void __attribute__((constructor)) init_babeltrace_lib(void)
This page took 0.022754 seconds and 4 git commands to generate.