Subscribe to notifications when creating a notif. iterator
[babeltrace.git] / plugins / utils / muxer / muxer.c
index ba2fb3c0064be7c07a211e9fad2dc42b54af7d7f..b98a74e02bbe47716bc888d4f0c539b3dfb43d01 100644 (file)
@@ -359,7 +359,7 @@ struct bt_notification_iterator *create_notif_iter_on_input_port(
        //       returned notification by the muxer notification
        //       iterator which creates it.
        notif_iter = bt_private_connection_create_notification_iterator(
-               priv_conn);
+               priv_conn, NULL);
        if (!notif_iter) {
                *ret = -1;
                goto end;
This page took 0.02374 seconds and 4 git commands to generate.