X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream.h;h=537beca612e99f1c5c99077253991f9054e0e46c;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=2f98f82f00ae35df4b7fa4454fc8d6919030d248;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-stream.h b/include/babeltrace/graph/notification-stream.h index 2f98f82f..537beca6 100644 --- a/include/babeltrace/graph/notification-stream.h +++ b/include/babeltrace/graph/notification-stream.h @@ -36,7 +36,7 @@ struct bt_self_notification_iterator; struct bt_stream; extern -struct bt_notification *bt_notification_stream_begin_create( +struct bt_notification *bt_notification_stream_beginning_create( struct bt_self_notification_iterator *notification_iterator, struct bt_stream *stream); @@ -45,10 +45,10 @@ struct bt_notification *bt_notification_stream_end_create( struct bt_self_notification_iterator *notification_iterator, struct bt_stream *stream); -extern struct bt_stream *bt_notification_stream_begin_borrow_stream( +extern struct bt_stream *bt_notification_stream_beginning_borrow_stream( struct bt_notification *notification); -extern void bt_notification_stream_begin_set_default_clock_value( +extern void bt_notification_stream_beginning_set_default_clock_value( struct bt_notification *notif, uint64_t value_cycles); extern struct bt_stream *bt_notification_stream_end_borrow_stream(