X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream-internal.h;h=df1b3dcb3a565d95fd516450b27a9c0bad7d8f11;hp=b170e4e61375d106de77cc95b99538faa3af1f3c;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hpb=6606e9c14a9fc2c1b3edd81cb52c5bb15f07f855 diff --git a/include/babeltrace/graph/notification-stream-internal.h b/include/babeltrace/graph/notification-stream-internal.h index b170e4e6..df1b3dcb 100644 --- a/include/babeltrace/graph/notification-stream-internal.h +++ b/include/babeltrace/graph/notification-stream-internal.h @@ -33,16 +33,16 @@ struct bt_notification_stream_begin { struct bt_notification parent; - struct bt_ctf_stream *stream; + struct bt_stream *stream; }; struct bt_notification_stream_end { struct bt_notification parent; - struct bt_ctf_stream *stream; + struct bt_stream *stream; }; static inline -struct bt_ctf_stream *bt_notification_stream_begin_borrow_stream( +struct bt_stream *bt_notification_stream_begin_borrow_stream( struct bt_notification *notif) { struct bt_notification_stream_begin *notif_stream_begin = @@ -54,7 +54,7 @@ struct bt_ctf_stream *bt_notification_stream_begin_borrow_stream( } static inline -struct bt_ctf_stream *bt_notification_stream_end_borrow_stream( +struct bt_stream *bt_notification_stream_end_borrow_stream( struct bt_notification *notif) { struct bt_notification_stream_end *notif_stream_end =