lib: use object pool for event and packet notifications
[babeltrace.git] / include / babeltrace / graph / notification-inactivity.h
index 93be8b1243c73903feeba34abda7530fb8a9d431..c530660c013d43ba7b79f3f20ae36dc4220c6393 100644 (file)
@@ -34,7 +34,9 @@ struct bt_notification;
 struct bt_clock_class_priority_map;
 struct bt_clock_class;
 
-extern struct bt_notification *bt_notification_inactivity_create(
+extern
+struct bt_notification *bt_notification_inactivity_create(
+               struct bt_graph *graph,
                struct bt_clock_class_priority_map *clock_class_priority_map);
 
 extern struct bt_clock_class_priority_map *
This page took 0.024048 seconds and 4 git commands to generate.