src.ctf.fs: make ctf_fs_file::path an std::string
[babeltrace.git] / src / plugins / ctf / fs-src / file.hpp
index 33fa10d882f6fb4909acb9091c59ae8cefb6231a..5f0ca39570ec32d3689d8c6438fe4b9cfb236f6c 100644 (file)
@@ -8,6 +8,7 @@
 #define CTF_FS_FILE_H
 
 #include <memory>
+#include <string>
 
 #include <babeltrace2/babeltrace.h>
 
@@ -30,8 +31,7 @@ struct ctf_fs_file
 
     bt2c::Logger logger;
 
-    /* Owned by this */
-    GString *path = nullptr;
+    std::string path;
 
     bt2c::FileUP fp;
 
This page took 0.024633 seconds and 4 git commands to generate.