Fix: ctf_fs debug variable should be extern
[babeltrace.git] / plugins / ctf / fs / fs.c
index 6bcadd2ca3bf481d87bc1f705a444621c2ec7eca..9ddff2a3abf24705c91652ebf785cd82b3721297 100644 (file)
@@ -46,7 +46,8 @@
 #define PRINT_PREFIX           "ctf-fs"
 #include "print.h"
 
-static bool ctf_fs_debug;
+BT_HIDDEN
+bool ctf_fs_debug;
 
 static
 struct bt_notification *ctf_fs_iterator_get(
This page took 0.024721 seconds and 4 git commands to generate.