lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / include / babeltrace / graph / notification-inactivity.h
index e246618799c971a638eeac5c532fda86fa707ec1..a69d30cd25a28aba300f9a9042cd7bcfb284704b 100644 (file)
@@ -33,12 +33,13 @@ extern "C" {
 #endif
 
 struct bt_notification;
+struct bt_private_connection_private_notification_iterator;
 struct bt_clock_value;
 struct bt_clock_class;
 
 extern
 struct bt_notification *bt_notification_inactivity_create(
-               struct bt_graph *graph);
+               struct bt_private_connection_private_notification_iterator *notification_iterator);
 
 extern int bt_notification_inactivity_set_clock_value(
                struct bt_notification *notif,
This page took 0.023506 seconds and 4 git commands to generate.