lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index 963a95ce4c9fc0b7b87425b8934b8b7b337fea87..e95c7e5b2007b18dee515014788da6ab92735e28 100644 (file)
@@ -40,18 +40,19 @@ extern "C" {
 #endif
 
 struct bt_notification;
+struct bt_private_connection_private_notification_iterator;
 struct bt_clock_class;
 struct bt_clock_value;
 struct bt_stream;
 
 extern
 struct bt_notification *bt_notification_stream_begin_create(
-               struct bt_graph *graph,
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
                struct bt_stream *stream);
 
 extern
 struct bt_notification *bt_notification_stream_end_create(
-               struct bt_graph *graph,
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
                struct bt_stream *stream);
 
 extern struct bt_stream *bt_notification_stream_begin_borrow_stream(
This page took 0.030617 seconds and 4 git commands to generate.