Notification iterator: generate automatic notifications when missing
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index bdcf4c96011157d9530c6bce81f9b1c439a51861..67ed5f5b43a49a0e01d03d7e0338776287bbb00e 100644 (file)
 extern "C" {
 #endif
 
-/*** BT_NOTIFICATION_TYPE_STREAM_END ***/
-struct bt_notification *bt_notification_stream_end_create(
+extern struct bt_notification *bt_notification_stream_begin_create(
                struct bt_ctf_stream *stream);
-struct bt_ctf_stream *bt_notification_stream_end_get_stream(
+
+extern struct bt_notification *bt_notification_stream_end_create(
+               struct bt_ctf_stream *stream);
+
+extern struct bt_ctf_stream *bt_notification_stream_begin_get_stream(
+               struct bt_notification *notification);
+
+extern struct bt_ctf_stream *bt_notification_stream_end_get_stream(
                struct bt_notification *notification);
 
 #ifdef __cplusplus
This page took 0.024401 seconds and 4 git commands to generate.