lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / notification-packet.h
index 6b237c3b2e93fa1eef2083022212652198e6d334..e3c9d55b401e094c5d575497b69a157c050d932c 100644 (file)
@@ -37,11 +37,14 @@ extern "C" {
 struct bt_notification;
 struct bt_packet;
 
-extern struct bt_notification *bt_notification_packet_begin_create(
-               struct bt_packet *packet);
+extern
+struct bt_notification *bt_notification_packet_begin_create(
+               struct bt_graph *graph, struct bt_packet *packet);
+
+extern
+struct bt_notification *bt_notification_packet_end_create(
+               struct bt_graph *graph, struct bt_packet *packet);
 
-extern struct bt_notification *bt_notification_packet_end_create(
-               struct bt_packet *packet);
 
 extern struct bt_packet *bt_notification_packet_begin_borrow_packet(
                struct bt_notification *notification);
This page took 0.023305 seconds and 4 git commands to generate.