lib: make trace IR API const-correct
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index 81418628310df2228167620fc8df3c794437901e..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);
 };
 
@@ -287,7 +287,7 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter);
 BT_HIDDEN
 enum bt_notif_iter_status bt_notif_iter_get_next_notification(
                struct bt_notif_iter *notit,
-               struct bt_private_connection_private_notification_iterator *notif_iter,
+               struct bt_self_notification_iterator *notif_iter,
                struct bt_private_notification **notification);
 
 /**
@@ -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.024752 seconds and 4 git commands to generate.