X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream.h;h=18b10b9eb7f0d4a6618a52279d22e92cc3b3ddee;hp=e95c7e5b2007b18dee515014788da6ab92735e28;hb=44c440bc5fe8219cc17d1b786d91fd83c4c9860a;hpb=c800eb3790218d2f33df01e77ec38cbd43cc02a1 diff --git a/include/babeltrace/graph/notification-stream.h b/include/babeltrace/graph/notification-stream.h index e95c7e5b..18b10b9e 100644 --- a/include/babeltrace/graph/notification-stream.h +++ b/include/babeltrace/graph/notification-stream.h @@ -65,10 +65,8 @@ struct bt_stream *bt_notification_stream_begin_get_stream( return bt_get(bt_notification_stream_begin_borrow_stream(notification)); } -extern int bt_notification_stream_begin_set_clock_value( - struct bt_notification *notif, - struct bt_clock_class *clock_class, uint64_t raw_value, - bt_bool is_default); +extern int bt_notification_stream_begin_set_default_clock_value( + struct bt_notification *notif, uint64_t value_cycles); extern struct bt_clock_value *bt_notification_stream_begin_borrow_default_clock_value( struct bt_notification *notif); @@ -83,10 +81,8 @@ struct bt_stream *bt_notification_stream_end_get_stream( return bt_get(bt_notification_stream_end_borrow_stream(notification)); } -extern int bt_notification_stream_end_set_clock_value( - struct bt_notification *notif, - struct bt_clock_class *clock_class, uint64_t raw_value, - bt_bool is_default); +extern int bt_notification_stream_end_set_default_clock_value( + struct bt_notification *notif, uint64_t value_cycles); extern struct bt_clock_value *bt_notification_stream_end_borrow_default_clock_value( struct bt_notification *notif);