Notification iterator: generate automatic notifications when missing
[babeltrace.git] / lib / graph / connection.c
index 986303ed82a78dba2d09ba16212cc9ccc89f7374..bfc9c04b8f0b0831fd03a5a6cc47648a6713afa0 100644 (file)
@@ -179,7 +179,8 @@ bt_private_connection_create_notification_iterator(
                goto error;
        }
 
-       iterator = bt_notification_iterator_create(upstream_component);
+       iterator = bt_notification_iterator_create(upstream_component,
+               upstream_port);
        if (!iterator) {
                goto error;
        }
This page took 0.02857 seconds and 4 git commands to generate.