lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index d6614fb6ad5dec10b0dc196c77e311281094974c..46a81cc202e4db5d503013800f152355774e8987 100644 (file)
@@ -35,31 +35,18 @@ extern "C" {
 #endif
 
 struct bt_notification;
+struct bt_private_connection_private_notification_iterator;
 struct bt_event;
 struct bt_event_class;
-struct bt_clock_class_priority_map;
 
-extern struct bt_notification *bt_notification_event_create(
-               struct bt_event_class *event_class,
-               struct bt_packet *packet,
-               struct bt_clock_class_priority_map *clock_class_priority_map);
+extern
+struct bt_notification *bt_notification_event_create(
+               struct bt_private_connection_private_notification_iterator *notification_iterator,
+               struct bt_event_class *event_class, struct bt_packet *packet);
 
 extern struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notification);
 
-extern struct bt_clock_class_priority_map *
-bt_notification_event_borrow_clock_class_priority_map(
-               struct bt_notification *notification);
-
-static inline
-struct bt_clock_class_priority_map *
-bt_notification_event_get_clock_class_priority_map(
-               struct bt_notification *notification)
-{
-       return bt_get(bt_notification_event_borrow_clock_class_priority_map(
-               notification));
-}
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.023972 seconds and 4 git commands to generate.