ctf: notif-iter: pass current stream ID to get_stream() medop
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 0ca01a61606f67c5d831c7568bc42bc2dbf58916..76b58da90d5aa527827b90b366d47cc4f3934bcd 100644 (file)
@@ -176,7 +176,8 @@ end:
 
 static
 struct bt_ctf_stream *medop_get_stream(
-               struct bt_ctf_stream_class *stream_class, void *data)
+               struct bt_ctf_stream_class *stream_class, uint64_t stream_id,
+               void *data)
 {
        struct ctf_fs_ds_file *ds_file = data;
        struct bt_ctf_stream_class *ds_file_stream_class;
This page took 0.024203 seconds and 4 git commands to generate.