X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs%2Fdata-stream.h;h=236668142e2d44e060a54874e0e71a619be8558c;hb=78586d8a10bfb11d34d187697ae15e9255c6ddf4;hp=60a46e16ff1e9a57a6c051cf2e2411cb2b69ee0f;hpb=663618eed7aae79f22d8649f677bf13a3bb76771;p=babeltrace.git diff --git a/plugins/ctf/fs/data-stream.h b/plugins/ctf/fs/data-stream.h index 60a46e16..23666814 100644 --- a/plugins/ctf/fs/data-stream.h +++ b/plugins/ctf/fs/data-stream.h @@ -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 */