Plugins are alive!
[babeltrace.git] / plugins / ctf / fs / data-stream.h
index 60a46e16ff1e9a57a6c051cf2e2411cb2b69ee0f..236668142e2d44e060a54874e0e71a619be8558c 100644 (file)
@@ -41,8 +41,8 @@ BT_HIDDEN
 int ctf_fs_data_stream_open_streams(struct ctf_fs_component *ctf_fs);
 
 BT_HIDDEN
-int ctf_fs_data_stream_get_next_notification(
+enum bt_notification_iterator_status ctf_fs_data_stream_get_next_notification(
                struct ctf_fs_component *ctf_fs,
-               struct bt_ctf_notif_iter_notif **notification);
+               struct bt_notification **notification);
 
 #endif /* CTF_FS_DATA_STREAM_H */
This page took 0.023461 seconds and 4 git commands to generate.