X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fnotification-stream.h;h=bb4c5d603f84d19791c8a8b93d5c654b4f4998a0;hb=50842bdc4c21f3de2b63e29cdac730af8b6dcca6;hp=c022343b246911c31affe0ba0d6211e9b92bcd46;hpb=9d408fcae74602e3591f66623ceb85f482d948ed;p=babeltrace.git diff --git a/include/babeltrace/graph/notification-stream.h b/include/babeltrace/graph/notification-stream.h index c022343b..bb4c5d60 100644 --- a/include/babeltrace/graph/notification-stream.h +++ b/include/babeltrace/graph/notification-stream.h @@ -31,19 +31,19 @@ extern "C" { #endif -struct bt_ctf_notification; -struct bt_ctf_stream; +struct bt_notification; +struct bt_stream; extern struct bt_notification *bt_notification_stream_begin_create( - struct bt_ctf_stream *stream); + struct bt_stream *stream); extern struct bt_notification *bt_notification_stream_end_create( - struct bt_ctf_stream *stream); + struct bt_stream *stream); -extern struct bt_ctf_stream *bt_notification_stream_begin_get_stream( +extern struct bt_stream *bt_notification_stream_begin_get_stream( struct bt_notification *notification); -extern struct bt_ctf_stream *bt_notification_stream_end_get_stream( +extern struct bt_stream *bt_notification_stream_end_get_stream( struct bt_notification *notification); #ifdef __cplusplus