X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-notification-stream.h;h=f5bc2d61561739caa6e19a78ba769a33aa4437a6;hb=834e9996a9d02f0cec468cb103ab2a573b7317b1;hp=bfdcf3c473b1eec2462fa84eabb8b3de80da2a6d;hpb=96854e6a5d0d4926b186f8a6f57561677ed3741a;p=babeltrace.git diff --git a/include/babeltrace/graph/private-notification-stream.h b/include/babeltrace/graph/private-notification-stream.h index bfdcf3c4..f5bc2d61 100644 --- a/include/babeltrace/graph/private-notification-stream.h +++ b/include/babeltrace/graph/private-notification-stream.h @@ -32,17 +32,17 @@ extern "C" { #endif struct bt_private_notification; -struct bt_private_connection_private_notification_iterator; +struct bt_self_notification_iterator; struct bt_private_stream; extern struct bt_private_notification *bt_private_notification_stream_begin_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, + struct bt_self_notification_iterator *notification_iterator, struct bt_private_stream *stream); extern struct bt_private_notification *bt_private_notification_stream_end_create( - struct bt_private_connection_private_notification_iterator *notification_iterator, + struct bt_self_notification_iterator *notification_iterator, struct bt_private_stream *stream); extern struct bt_private_stream *