include/babeltrace/object-internal.h: add logging
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live-internal.h
index 10ad6607d843d8f341fff57f2bd5877a95eb0804..3d8b5fa71c07f20b503b11bd5540f92c6dd868a3 100644 (file)
@@ -28,6 +28,8 @@
  * SOFTWARE.
  */
 
+extern int bt_lttng_live_log_level;
+
 #include <stdbool.h>
 
 #include <babeltrace/babeltrace-internal.h>
@@ -51,8 +53,6 @@
 #define U64_STR_MAX_LEN                20
 #define STREAM_NAME_MAX_LEN    (sizeof(STREAM_NAME_PREFIX) + U64_STR_MAX_LEN)
 
-extern int bt_lttng_live_log_level;
-
 struct lttng_live_component;
 struct lttng_live_session;
 
This page took 0.024549 seconds and 4 git commands to generate.