lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / private-notification-inactivity.h
index ca6555ffe0def83051597a4dc4eaa4eff2edc83a..ca8253edf14a17f57fc64aaa3eb26eb666891e5a 100644 (file)
@@ -30,12 +30,12 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_clock_class;
 
 extern
 struct bt_private_notification *bt_private_notification_inactivity_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_clock_class *default_clock_class);
 
 extern int bt_private_notification_inactivity_set_default_clock_value(
This page took 0.02333 seconds and 4 git commands to generate.