src.ctf.fs: make ctf_fs_trace::path an std::string
[babeltrace.git] / src / plugins / ctf / fs-src / fs.hpp
index 0607d3f2f40c506f606db9be6ba843645d1849f2..3762fcdefb174633df9106c8fdd9ecc7d4281f35 100644 (file)
@@ -62,8 +62,7 @@ struct ctf_fs_trace
 
     std::vector<ctf_fs_ds_file_group::UP> ds_file_groups;
 
-    /* Owned by this */
-    GString *path = nullptr;
+    std::string path;
 
     /* Next automatic stream ID when not provided by packet header */
     uint64_t next_stream_id = 0;
This page took 0.024619 seconds and 4 git commands to generate.