X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=plugins%2Fctf%2Fcommon%2Fnotif-iter%2Fnotif-iter.h;h=7d69bb1f7e0bbddea9700b64fa53546588950ca0;hp=315f54cd485b8dea23d5d564311b9a6921ea4368;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hpb=05e2128659970c32648a01255ed870449f05d518 diff --git a/plugins/ctf/common/notif-iter/notif-iter.h b/plugins/ctf/common/notif-iter/notif-iter.h index 315f54cd..7d69bb1f 100644 --- a/plugins/ctf/common/notif-iter/notif-iter.h +++ b/plugins/ctf/common/notif-iter/notif-iter.h @@ -228,8 +228,8 @@ struct bt_notif_iter_medium_ops { * @returns Stream instance (weak reference) or * \c NULL on error */ - struct bt_private_stream * (* borrow_stream)( - struct bt_private_stream_class *stream_class, + struct bt_stream * (* borrow_stream)( + struct bt_stream_class *stream_class, int64_t stream_id, void *data); }; @@ -305,8 +305,8 @@ enum bt_notif_iter_status bt_notif_iter_get_next_notification( BT_HIDDEN enum bt_notif_iter_status bt_notif_iter_borrow_packet_header_context_fields( struct bt_notif_iter *notit, - struct bt_private_field **packet_header_field, - struct bt_private_field **packet_context_field); + struct bt_field **packet_header_field, + struct bt_field **packet_context_field); struct bt_notif_iter_packet_properties { uint64_t exp_packet_total_size;