Subscribe to notifications when creating a notif. iterator
[babeltrace.git] / plugins / debug-info / plugin.c
index 9795bcf3b1c4496067d781428380e0ecf7d2cd83..c9ae94fad22b82b550bfdd237da8563555340035 100644 (file)
@@ -325,7 +325,7 @@ enum bt_notification_iterator_status debug_info_iterator_init(
        assert(connection);
 
        it_data->input_iterator = bt_private_connection_create_notification_iterator(
-                       connection);
+                       connection, NULL);
        if (!it_data->input_iterator) {
                ret = BT_NOTIFICATION_ITERATOR_STATUS_NOMEM;
                goto end;
This page took 0.023043 seconds and 4 git commands to generate.