src.ctf.fs: make ctf_fs_make_port_name return std::string
[babeltrace.git] / src / plugins / ctf / fs-src / fs.hpp
index 9f9f605ee433a1338a900b7ce25fac7025c01c39..5d43b38f5bcaf4a9c3ac346e70a07201da471ce1 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <babeltrace2/babeltrace.h>
 
-#include "cpp-common/bt2c/glib-up.hpp"
 #include "cpp-common/bt2c/logging.hpp"
 
 #include "data-stream-file.hpp"
@@ -189,6 +188,6 @@ bool read_src_fs_parameters(const bt_value *params, const bt_value **paths,
  * Generate the port name to be used for a given data stream file group.
  */
 
-bt2c::GCharUP ctf_fs_make_port_name(struct ctf_fs_ds_file_group *ds_file_group);
+std::string ctf_fs_make_port_name(ctf_fs_ds_file_group *ds_file_group);
 
 #endif /* BABELTRACE_PLUGIN_CTF_FS_H */
This page took 0.02469 seconds and 4 git commands to generate.