Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-event-internal.h
index de4a6a1260f996a90bec561ad1b08ce84dffe17f..bfc209296186b3a8fe74bf22a039e25c8c9e63f6 100644 (file)
@@ -38,12 +38,12 @@ extern "C" {
 
 struct bt_notification_event {
        struct bt_notification parent;
-       struct bt_ctf_event *event;
+       struct bt_event *event;
        struct bt_clock_class_priority_map *cc_prio_map;
 };
 
 static inline
-struct bt_ctf_event *bt_notification_event_borrow_event(
+struct bt_event *bt_notification_event_borrow_event(
                struct bt_notification *notif)
 {
        struct bt_notification_event *notif_event = container_of(notif,
This page took 0.024022 seconds and 4 git commands to generate.