src.ctf.fs: add stream port name to trace-info query, use it for stream intersection
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 6594b61153c8334fd8119affb2dfe818d948829d..ed65aa3c446fe21864f9e73e0fcd2ec36a61872c 100644 (file)
@@ -218,4 +218,13 @@ BT_HIDDEN
 bool read_src_fs_parameters(const bt_value *params,
                const bt_value **paths, struct ctf_fs_component *ctf_fs);
 
+/*
+ * Generate the port name to be used for a given data stream file group.
+ *
+ * The result must be freed using g_free by the caller.
+ */
+
+BT_HIDDEN
+gchar *ctf_fs_make_port_name(struct ctf_fs_ds_file_group *ds_file_group);
+
 #endif /* BABELTRACE_PLUGIN_CTF_FS_H */
This page took 0.024067 seconds and 4 git commands to generate.