X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream.h;h=e016117ae9c2691ee5955b4f264b2767f9d76c47;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=5deff05b74a15e4b0ae67ed72dc9b198898d6a77;hpb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-stream.h b/include/babeltrace/graph/notification-stream.h index 5deff05b..e016117a 100644 --- a/include/babeltrace/graph/notification-stream.h +++ b/include/babeltrace/graph/notification-stream.h @@ -37,10 +37,14 @@ extern "C" { struct bt_notification; struct bt_stream; -extern struct bt_notification *bt_notification_stream_begin_create( +extern +struct bt_notification *bt_notification_stream_begin_create( + struct bt_graph *graph, struct bt_stream *stream); -extern struct bt_notification *bt_notification_stream_end_create( +extern +struct bt_notification *bt_notification_stream_end_create( + struct bt_graph *graph, struct bt_stream *stream); extern struct bt_stream *bt_notification_stream_begin_borrow_stream(