ctf.fs: split streams, one per port
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index 3b686b7a6d7bbd0bc426fdf31161a50c7dfb03ab..3d484425d1b72209c86ea60ee3e1586af288f207 100644 (file)
@@ -48,7 +48,7 @@ struct index {
 
 BT_HIDDEN
 struct ctf_fs_stream *ctf_fs_stream_create(
-               struct ctf_fs_component *ctf_fs, struct ctf_fs_file *file);
+               struct ctf_fs_component *ctf_fs, const char *path);
 
 BT_HIDDEN
 void ctf_fs_stream_destroy(struct ctf_fs_stream *stream);
@@ -56,4 +56,8 @@ void ctf_fs_stream_destroy(struct ctf_fs_stream *stream);
 BT_HIDDEN
 int ctf_fs_data_stream_open_streams(struct ctf_fs_component *ctf_fs);
 
+BT_HIDDEN
+struct bt_notification_iterator_next_return ctf_fs_stream_next(
+               struct ctf_fs_stream *stream);
+
 #endif /* CTF_FS_DATA_STREAM_H */
This page took 0.04082 seconds and 4 git commands to generate.