Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-discarded-packets.h
index 1e7bd51e5a0caccf9e766c60d4138277e54628ca..4fc6a4b44e0adb73502b5569504392650aae3ab5 100644 (file)
@@ -31,21 +31,21 @@ extern "C" {
 
 struct bt_notification;
 struct bt_clock_class_priority_map;
-struct bt_ctf_clock_class;
-struct bt_ctf_stream;
+struct bt_clock_class;
+struct bt_stream;
 
-extern struct bt_ctf_clock_value *
+extern struct bt_clock_value *
 bt_notification_discarded_packets_get_begin_clock_value(
                struct bt_notification *notification);
 
-extern struct bt_ctf_clock_value *
+extern struct bt_clock_value *
 bt_notification_discarded_packets_get_end_clock_value(
                struct bt_notification *notification);
 
 extern int64_t bt_notification_discarded_packets_get_count(
                struct bt_notification *notification);
 
-extern struct bt_ctf_stream *bt_notification_discarded_packets_get_stream(
+extern struct bt_stream *bt_notification_discarded_packets_get_stream(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.024279 seconds and 4 git commands to generate.