lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / notification-stream.h
index 5deff05b74a15e4b0ae67ed72dc9b198898d6a77..e016117ae9c2691ee5955b4f264b2767f9d76c47 100644 (file)
@@ -37,10 +37,14 @@ extern "C" {
 struct bt_notification;
 struct bt_stream;
 
-extern struct bt_notification *bt_notification_stream_begin_create(
+extern
+struct bt_notification *bt_notification_stream_begin_create(
+               struct bt_graph *graph,
                struct bt_stream *stream);
 
-extern struct bt_notification *bt_notification_stream_end_create(
+extern
+struct bt_notification *bt_notification_stream_end_create(
+               struct bt_graph *graph,
                struct bt_stream *stream);
 
 extern struct bt_stream *bt_notification_stream_begin_borrow_stream(
This page took 0.023809 seconds and 4 git commands to generate.