Fix: ctf_fs debug variable should be extern
[babeltrace.git] / plugins / ctf / fs / fs.h
index 30665a33bce881f008cf1a886d295abdd4ae5507..b3bd3544245e74a2bb1da5ce97ca6cf861c775a7 100644 (file)
@@ -35,7 +35,8 @@
 #define CTF_FS_COMPONENT_DESCRIPTION \
        "Component used to read a CTF trace located on a file system."
 
-static bool ctf_fs_debug;
+BT_HIDDEN
+extern bool ctf_fs_debug;
 
 struct bt_notification_heap;
 
This page took 0.022578 seconds and 4 git commands to generate.