lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index 07559581373d542dbfcc99f5d2a23777914f88e7..46a81cc202e4db5d503013800f152355774e8987 100644 (file)
@@ -35,11 +35,13 @@ extern "C" {
 #endif
 
 struct bt_notification;
+struct bt_private_connection_private_notification_iterator;
 struct bt_event;
 struct bt_event_class;
 
 extern
-struct bt_notification *bt_notification_event_create(struct bt_graph *graph,
+struct bt_notification *bt_notification_event_create(
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
                struct bt_event_class *event_class, struct bt_packet *packet);
 
 extern struct bt_event *bt_notification_event_borrow_event(
This page took 0.026093 seconds and 4 git commands to generate.