lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / include / babeltrace / graph / notification-packet.h
index e3c9d55b401e094c5d575497b69a157c050d932c..3d03e7fe25970847206b8e3b18a0041fde488163 100644 (file)
@@ -35,15 +35,18 @@ extern "C" {
 #endif
 
 struct bt_notification;
+struct bt_private_connection_private_notification_iterator;
 struct bt_packet;
 
 extern
 struct bt_notification *bt_notification_packet_begin_create(
-               struct bt_graph *graph, struct bt_packet *packet);
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_packet *packet);
 
 extern
 struct bt_notification *bt_notification_packet_end_create(
-               struct bt_graph *graph, struct bt_packet *packet);
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_packet *packet);
 
 
 extern struct bt_packet *bt_notification_packet_begin_borrow_packet(
This page took 0.02753 seconds and 4 git commands to generate.