Fix: SIGBUS error on reading past a file's end in mmap'ed region
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index d6bb97fcbe6d7d3b0951c78cc66f41424a46e115..c567c13e2de3f89a108a1a3a61acb3752720b737 100644 (file)
@@ -43,6 +43,7 @@ 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);
+               struct bt_notification **notification,
+               size_t stream_id);
 
 #endif /* CTF_FS_DATA_STREAM_H */
This page took 0.023757 seconds and 4 git commands to generate.