Merge streams in ctf fs component
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index 236668142e2d44e060a54874e0e71a619be8558c..6e7d0e728bff8a48c6c9c5ff9af2dc3540c7f30b 100644 (file)
 #include "../common/notif-iter/notif-iter.h"
 
 BT_HIDDEN
-int ctf_fs_data_stream_init(struct ctf_fs_component *ctf_fs,
-               struct ctf_fs_data_stream *data_stream);
+struct ctf_fs_stream *ctf_fs_stream_create(
+               struct ctf_fs_component *ctf_fs, struct ctf_fs_file *file);
 
 BT_HIDDEN
-void ctf_fs_data_stream_fini(struct ctf_fs_data_stream *data_stream);
+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
-enum bt_notification_iterator_status ctf_fs_data_stream_get_next_notification(
-               struct ctf_fs_component *ctf_fs,
-               struct bt_notification **notification);
-
 #endif /* CTF_FS_DATA_STREAM_H */
This page took 0.025347 seconds and 4 git commands to generate.