lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / notification-event.h
index d6614fb6ad5dec10b0dc196c77e311281094974c..ab8a66066bf8bbf0b6b110b7da4f81b4558bc1a6 100644 (file)
@@ -39,7 +39,8 @@ struct bt_event;
 struct bt_event_class;
 struct bt_clock_class_priority_map;
 
-extern struct bt_notification *bt_notification_event_create(
+extern
+struct bt_notification *bt_notification_event_create(struct bt_graph *graph,
                struct bt_event_class *event_class,
                struct bt_packet *packet,
                struct bt_clock_class_priority_map *clock_class_priority_map);
This page took 0.023521 seconds and 4 git commands to generate.