lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / private-notification-stream.h
index bfdcf3c473b1eec2462fa84eabb8b3de80da2a6d..f5bc2d61561739caa6e19a78ba769a33aa4437a6 100644 (file)
@@ -32,17 +32,17 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_private_stream;
 
 extern
 struct bt_private_notification *bt_private_notification_stream_begin_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_private_stream *stream);
 
 extern
 struct bt_private_notification *bt_private_notification_stream_end_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_private_stream *stream);
 
 extern struct bt_private_stream *
This page took 0.024899 seconds and 4 git commands to generate.