X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-notification-stream.h;h=4274bbd18149002eb4a3299f25497d190fbd9d7d;hb=40f4ba76dd6f9508ca51b6220eaed57632281a07;hp=524fd29c29f67f14ca546cfea82231474393d2d9;hpb=e5be10efe4d5543ba697c7e607ca0a5c33fa3ccb;p=babeltrace.git diff --git a/include/babeltrace/graph/private-notification-stream.h b/include/babeltrace/graph/private-notification-stream.h index 524fd29c..4274bbd1 100644 --- a/include/babeltrace/graph/private-notification-stream.h +++ b/include/babeltrace/graph/private-notification-stream.h @@ -32,31 +32,31 @@ extern "C" { #endif struct bt_private_notification; -struct bt_private_connection_private_notification_iterator; -struct bt_private_stream; +struct bt_self_notification_iterator; +struct bt_stream; extern struct bt_private_notification *bt_private_notification_stream_begin_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, - struct bt_private_stream *stream); + struct bt_self_notification_iterator *notification_iterator, + struct bt_stream *stream); extern struct bt_private_notification *bt_private_notification_stream_end_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, - struct bt_private_stream *stream); + struct bt_self_notification_iterator *notification_iterator, + struct bt_stream *stream); -extern struct bt_private_stream * -bt_private_notification_stream_begin_borrow_private_stream( +extern struct bt_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_private_stream( +extern struct bt_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