X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-discarded-events.h;h=6a760f863434174d9dcc5ac8bcde852219579e1d;hb=839d52a5c5c1fdd66cee9bf7d06c0c0acdd4c2a3;hp=d76b6df61956af15485594082ade03a4a9bb68a7;hpb=0b0bf6828fd92630e50b6ea7474eacdff9264b5f;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-discarded-events.h b/include/babeltrace/graph/notification-discarded-events.h index d76b6df6..6a760f86 100644 --- a/include/babeltrace/graph/notification-discarded-events.h +++ b/include/babeltrace/graph/notification-discarded-events.h @@ -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_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 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