Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index c022343b246911c31affe0ba0d6211e9b92bcd46..bb4c5d603f84d19791c8a8b93d5c654b4f4998a0 100644 (file)
 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
This page took 0.024518 seconds and 4 git commands to generate.