X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fnotification%2Fstream.c;h=c9e694311b74081321c881ae0764c98766fb36d9;hb=03e18d5d5e14a8d7aa16cdb1d4a19518dce5c9e8;hp=f82761952171bd40f968662fc5fc138a4d113ae7;hpb=8fc063a27ce18a902d8d5d3255bc31c9f44c64c2;p=babeltrace.git diff --git a/lib/graph/notification/stream.c b/lib/graph/notification/stream.c index f8276195..c9e69431 100644 --- a/lib/graph/notification/stream.c +++ b/lib/graph/notification/stream.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -50,7 +51,8 @@ void bt_notification_stream_end_destroy(struct bt_object *obj) } struct bt_notification *bt_notification_stream_end_create( - struct bt_graph *graph, struct bt_stream *stream) + struct bt_private_connection_private_notification_iterator *notif_iter, + struct bt_stream *stream) { struct bt_notification_stream_end *notification; struct bt_stream_class *stream_class; @@ -155,7 +157,8 @@ void bt_notification_stream_begin_destroy(struct bt_object *obj) } struct bt_notification *bt_notification_stream_begin_create( - struct bt_graph *graph, struct bt_stream *stream) + struct bt_private_connection_private_notification_iterator *notif_iter, + struct bt_stream *stream) { int ret; struct bt_notification_stream_begin *notification;