src.ctf.lttng-live: make lttng_live_session::traces an std::vector
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index f5ad573cc3f751a4cde59d119c5cd91160127609..e2b037cb1d4da9259703264b8d4dd8e42da97533 100644 (file)
@@ -228,8 +228,7 @@ struct lttng_live_session
 
     uint64_t id = 0;
 
-    /* Array of pointers to struct lttng_live_trace. */
-    GPtrArray *traces = nullptr;
+    std::vector<lttng_live_trace::UP> traces;
 
     bool attached = false;
     bool new_streams_needed = false;
This page took 0.023003 seconds and 4 git commands to generate.