src.ctf.lttng-live: make lttng_live_stream_iterator::name an std::string
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 8e1bb356c8124f403aa232c909b3d23c871e0825..a4974f34642ce464a09ed921c38bb3a5a4738f74 100644 (file)
@@ -129,8 +129,7 @@ struct lttng_live_stream_iterator
 
     std::vector<uint8_t> buf;
 
-    /* Owned by this. */
-    GString *name = nullptr;
+    std::string name;
 
     bool has_stream_hung_up = false;
 };
This page took 0.02356 seconds and 4 git commands to generate.