Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / lib / graph / notification / discarded-packets.c
index 0425a34633d72e59dbda97725d19386f19ba4660..5d9b0ec3feb47dd9a429005341091359864a90bc 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_packets_get_begin_clock_value(
                struct bt_notification *notification)
 {
@@ -33,7 +33,7 @@ bt_notification_discarded_packets_get_begin_clock_value(
                BT_NOTIFICATION_TYPE_DISCARDED_PACKETS, notification);
 }
 
-struct bt_ctf_clock_value *
+struct bt_clock_value *
 bt_notification_discarded_packets_get_end_clock_value(
                struct bt_notification *notification)
 {
@@ -48,7 +48,7 @@ int64_t bt_notification_discarded_packets_get_count(
                BT_NOTIFICATION_TYPE_DISCARDED_PACKETS, notification);
 }
 
-struct bt_ctf_stream *bt_notification_discarded_packets_get_stream(
+struct bt_stream *bt_notification_discarded_packets_get_stream(
                struct bt_notification *notification)
 {
        return bt_notification_discarded_elements_get_stream(
This page took 0.02281 seconds and 4 git commands to generate.