Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index a504da948d2dd56e1f1f92a45a5471b602474dcd..81418628310df2228167620fc8df3c794437901e 100644 (file)
@@ -228,8 +228,8 @@ struct bt_notif_iter_medium_ops {
         * @returns             Stream instance (weak reference) or
         *                      \c NULL on error
         */
-       struct bt_stream * (* borrow_stream)(
-                       struct bt_stream_class *stream_class,
+       struct bt_private_stream * (* borrow_stream)(
+                       struct bt_private_stream_class *stream_class,
                        int64_t stream_id, void *data);
 };
 
@@ -288,7 +288,7 @@ 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_notification **notification);
+               struct bt_private_notification **notification);
 
 /**
  * Returns the first packet header and context fields. This function
@@ -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_field **packet_header_field,
-               struct bt_field **packet_context_field);
+               struct bt_private_field **packet_header_field,
+               struct bt_private_field **packet_context_field);
 
 struct bt_notif_iter_packet_properties {
        uint64_t exp_packet_total_size;
This page took 0.026924 seconds and 4 git commands to generate.