Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-discarded-events.h
index 91151e4f1c5940761a00ddc5534038b890ec837a..6a760f863434174d9dcc5ac8bcde852219579e1d 100644 (file)
@@ -31,25 +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_events_get_begin_clock_value(
                struct bt_notification *notification);
 
-extern struct bt_ctf_clock_value *
+extern struct bt_clock_value *
 bt_notification_discarded_events_get_end_clock_value(
                struct bt_notification *notification);
 
-extern int bt_notification_discarded_events_set_count(
-               struct bt_notification *notification,
-               uint64_t count);
-
 extern int64_t bt_notification_discarded_events_get_count(
                struct bt_notification *notification);
 
-extern struct bt_ctf_stream *bt_notification_discarded_events_get_stream(
+extern struct bt_stream *bt_notification_discarded_events_get_stream(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.023355 seconds and 4 git commands to generate.