lib: make trace IR API const-correct
[babeltrace.git] / include / babeltrace / graph / private-notification-event.h
index c9a6ed476e5e8c362b48d568621945627f4fc595..6051286b705200a81ed0f0d9d2fbc6897f36aea3 100644 (file)
@@ -30,19 +30,19 @@ extern "C" {
 #endif
 
 struct bt_private_notification;
-struct bt_private_connection_private_notification_iterator;
-struct bt_private_event;
-struct bt_private_packet;
-struct bt_private_event_class;
+struct bt_self_notification_iterator;
+struct bt_event;
+struct bt_packet;
+struct bt_event_class;
 
 extern
 struct bt_private_notification *bt_private_notification_event_create(
-               struct bt_private_connection_private_notification_iterator *notification_iterator,
-               struct bt_private_event_class *event_class,
-               struct bt_private_packet *packet);
+               struct bt_self_notification_iterator *notification_iterator,
+               struct bt_event_class *event_class,
+               struct bt_packet *packet);
 
-extern struct bt_private_event *
-bt_private_notification_event_borrow_private_event(
+extern struct bt_event *
+bt_private_notification_event_borrow_event(
                struct bt_private_notification *notification);
 
 #ifdef __cplusplus
This page took 0.024301 seconds and 4 git commands to generate.