allow multiple ctf streams to be open
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index 236668142e2d44e060a54874e0e71a619be8558c..d6bb97fcbe6d7d3b0951c78cc66f41424a46e115 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);
This page took 0.023675 seconds and 4 git commands to generate.