Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / lib / graph / notification / discarded-events.c
index e61892317b82c9afc376478fb2f532803a0dc523..247946789f42cc22f21bab445c0d1d5da414dee7 100644 (file)
@@ -25,7 +25,7 @@
 #include <babeltrace/graph/notification-discarded-elements-internal.h>
 #include <stdint.h>
 
-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(
This page took 0.023952 seconds and 4 git commands to generate.