src.ctf.lttng-live: make lttng_live_stream_iterator::stream a bt2::Stream::Shared
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index a8ec55fc14055625750a9130d1ff43f527dd60ad..2ed6448102d01f172470f15c90b86d509f3c3722 100644 (file)
@@ -74,8 +74,7 @@ struct lttng_live_stream_iterator
 
     bt2c::Logger logger;
 
-    /* Owned by this. */
-    bt_stream *stream = nullptr;
+    bt2::Stream::Shared stream;
 
     /* Weak reference. */
     struct lttng_live_trace *trace = nullptr;
This page took 0.023451 seconds and 4 git commands to generate.