lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / private-notification-packet.h
index 2e0b21f2c1a1aff4ed59e2e3159962a85a4a69a3..cd7c548afdb6b99b37c230667a538d90f6b979aa 100644 (file)
@@ -30,17 +30,17 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
+struct bt_self_notification_iterator;
 struct bt_private_packet;
 
 extern
 struct bt_private_notification *bt_private_notification_packet_begin_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_private_packet *packet);
 
 extern
 struct bt_private_notification *bt_private_notification_packet_end_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_self_notification_iterator *notification_iterator,
                struct bt_private_packet *packet);
 
 extern struct bt_private_packet *
This page took 0.025059 seconds and 4 git commands to generate.