tap-driver.sh: flush stdout after each test result
[babeltrace.git] / cli / logging.h
index b1aee09f06b48e06f1ebd75b3118f4934c1e24b1..6e5dc9fe36106e7cf47c790fe909ebbd6db888ff 100644 (file)
@@ -2,7 +2,7 @@
 #define CLI_LOGGING_H
 
 /*
- * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2017 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * SOFTWARE.
  */
 
-#include <babeltrace/babeltrace-internal.h>
-
 #define BT_LOG_OUTPUT_LEVEL bt_cli_log_level
+#include <babeltrace2/logging-internal.h>
 
-#include <babeltrace/logging-internal.h>
-
-BT_HIDDEN
-int bt_cli_log_level;
+BT_LOG_LEVEL_EXTERN_SYMBOL(bt_cli_log_level);
 
 #endif /* CLI_LOGGING_H */
This page took 0.024845 seconds and 4 git commands to generate.