X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-event-internal.h;h=bfc209296186b3a8fe74bf22a039e25c8c9e63f6;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=de4a6a1260f996a90bec561ad1b08ce84dffe17f;hpb=6606e9c14a9fc2c1b3edd81cb52c5bb15f07f855;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-event-internal.h b/include/babeltrace/graph/notification-event-internal.h index de4a6a12..bfc20929 100644 --- a/include/babeltrace/graph/notification-event-internal.h +++ b/include/babeltrace/graph/notification-event-internal.h @@ -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,