src.ctf.lttng-live: make lttng_live_trace::trace_class a bt2::TraceClass::Shared
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 87c80e533d999b2fd60c0a0c3a8a48f676ddf374..d6c01ad3e88fa29d9da42fc8a68d33c7140f331b 100644 (file)
@@ -193,8 +193,7 @@ struct lttng_live_trace
     /* Owned by this. */
     bt_trace *trace = nullptr;
 
-    /* Weak reference. */
-    bt_trace_class *trace_class = nullptr;
+    bt2::TraceClass::Shared trace_class;
 
     struct lttng_live_metadata *metadata = nullptr;
 
This page took 0.029957 seconds and 4 git commands to generate.