src.ctf.fs: remove ctf_fs_metadata::text
[babeltrace.git] / src / plugins / ctf / fs-src / fs.hpp
index 0607d3f2f40c506f606db9be6ba843645d1849f2..8db757aaa2b2d6381c907b91f203fbfedea65123 100644 (file)
@@ -33,9 +33,6 @@ struct ctf_fs_metadata
     /* Weak (owned by `decoder` above) */
     struct ctf_trace_class *tc = nullptr;
 
-    /* Owned by this */
-    char *text = nullptr;
-
     int bo = 0;
 };
 
@@ -62,8 +59,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.027932 seconds and 4 git commands to generate.