lib: use priv connection priv notif iterator to create notif, not graph
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.h
index 33bd6fafebe6342f82103b40bcdf67e6e09d02f3..fe6f7c54ce8aebfe21a36cff485db3e0b43154a5 100644 (file)
@@ -311,7 +311,7 @@ void bt_notif_iter_destroy(struct bt_notif_iter *notif_iter);
 BT_HIDDEN
 enum bt_notif_iter_status bt_notif_iter_get_next_notification(
                struct bt_notif_iter *notit,
-               struct bt_graph *graph,
+               struct bt_private_connection_private_notification_iterator *notif_iter,
                struct bt_notification **notification);
 
 /**
This page took 0.023093 seconds and 4 git commands to generate.