X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=ed65aa3c446fe21864f9e73e0fcd2ec36a61872c;hb=a38d765099a8eb46b2b319381054db90a75029a9;hp=6594b61153c8334fd8119affb2dfe818d948829d;hpb=55c68a1a729551ca7d697d6e771064a06a19c206;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index 6594b611..ed65aa3c 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -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 */