src.ctf.lttng-live: introduce live_viewer_connection::UP and use it
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 630110023eb4f6a909e156b746bbca178679c188..a4cc7cc58ad5cadf9e1b8788bb44885c50ffde25 100644 (file)
@@ -294,8 +294,7 @@ struct lttng_live_msg_iter
     /* Weak reference. */
     bt_self_message_iterator *self_msg_iter = nullptr;
 
-    /* Owned by this. */
-    struct live_viewer_connection *viewer_connection = nullptr;
+    live_viewer_connection::UP viewer_connection;
 
     std::vector<lttng_live_session::UP> sessions;
 
This page took 0.022495 seconds and 4 git commands to generate.