lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / private-notification-event.h
index 8a046198df069741be834cbe84e321c9e92d5a03..cbede7a8f0efe64ec876682b9c696cd187d83f49 100644 (file)
@@ -30,14 +30,14 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_private_event;
 struct bt_private_packet;
 struct bt_private_event_class;
 
 extern
 struct bt_private_notification *bt_private_notification_event_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_private_event_class *event_class,
                struct bt_private_packet *packet);
 
This page took 0.024585 seconds and 4 git commands to generate.