X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fnotification%2Fdiscarded-events.c;h=247946789f42cc22f21bab445c0d1d5da414dee7;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=e61892317b82c9afc376478fb2f532803a0dc523;hpb=2ec84d269adb6770ff512a8943e020bd9e9f9ffb;p=babeltrace.git diff --git a/lib/graph/notification/discarded-events.c b/lib/graph/notification/discarded-events.c index e6189231..24794678 100644 --- a/lib/graph/notification/discarded-events.c +++ b/lib/graph/notification/discarded-events.c @@ -25,7 +25,7 @@ #include #include -struct bt_ctf_clock_value * +struct bt_clock_value * bt_notification_discarded_events_get_begin_clock_value( struct bt_notification *notification) { @@ -33,7 +33,7 @@ bt_notification_discarded_events_get_begin_clock_value( BT_NOTIFICATION_TYPE_DISCARDED_EVENTS, notification); } -struct bt_ctf_clock_value * +struct bt_clock_value * bt_notification_discarded_events_get_end_clock_value( struct bt_notification *notification) { @@ -48,7 +48,7 @@ int64_t bt_notification_discarded_events_get_count( BT_NOTIFICATION_TYPE_DISCARDED_EVENTS, notification); } -struct bt_ctf_stream *bt_notification_discarded_events_get_stream( +struct bt_stream *bt_notification_discarded_events_get_stream( struct bt_notification *notification) { return bt_notification_discarded_elements_get_stream(