Cleanup: src.ctf.lttng-live: remove usage of `bt_object`
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index fcdd4c4dbddc96cb7b22191a3b672844f4c13c87..c42c16b05cfd8187e92147f1920a8d263c813d2f 100644 (file)
 #include "common/macros.h"
 #include "compat/socket.h"
 
-/*
- * FIXME: This is an internal Babeltrace library header; it is not meant
- * to be generic as it is now. Make sure this included code does not
- * log because it won't find our local log level.
- */
-#define BT_OBJECT_DONT_LOG
-#include "lib/object.h"
-
 #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT      5344
 
 #define LTTNG_LIVE_MAJOR                       2
@@ -46,7 +38,6 @@
 struct lttng_live_component;
 
 struct live_viewer_connection {
-       bt_object obj;
        bt_logging_level log_level;
        bt_self_component *self_comp;
        bt_self_component_class *self_comp_class;
This page took 0.024348 seconds and 4 git commands to generate.