X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-notification-stream.h;h=de0324a2c62f7213a3a479499dbb4882da1044ee;hb=c8bbf8219235d1e8a9e04dc7b641210e6c93c02c;hp=f5bc2d61561739caa6e19a78ba769a33aa4437a6;hpb=834e9996a9d02f0cec468cb103ab2a573b7317b1;p=babeltrace.git diff --git a/include/babeltrace/graph/private-notification-stream.h b/include/babeltrace/graph/private-notification-stream.h index f5bc2d61..de0324a2 100644 --- a/include/babeltrace/graph/private-notification-stream.h +++ b/include/babeltrace/graph/private-notification-stream.h @@ -49,14 +49,14 @@ extern struct bt_private_stream * bt_private_notification_stream_begin_borrow_stream( struct bt_private_notification *notification); -extern int bt_private_notification_stream_begin_set_default_clock_value( +extern void bt_private_notification_stream_begin_set_default_clock_value( struct bt_private_notification *notif, uint64_t value_cycles); extern struct bt_private_stream * bt_private_notification_stream_end_borrow_stream( struct bt_private_notification *notification); -extern int bt_private_notification_stream_end_set_default_clock_value( +extern void bt_private_notification_stream_end_set_default_clock_value( struct bt_private_notification *notif, uint64_t value_cycles); #ifdef __cplusplus