lib: make trace IR API const-correct
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index 315f54cd485b8dea23d5d564311b9a6921ea4368..7d69bb1f7e0bbddea9700b64fa53546588950ca0 100644 (file)
@@ -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;
This page took 0.02292 seconds and 4 git commands to generate.