autodisc: make it possible to interrupt auto source discovery
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_autodisc.i.h
index eb386610841f4dfe5d570bafe9d2edea1d92386f..9dcacddf0c52eb4201dfab50e67ba2135f639bb0 100644 (file)
@@ -102,7 +102,8 @@ bt_value *bt_bt2_auto_discover_source_components(const bt_value *inputs,
                plugin_count,
                NULL,
                bt_python_bindings_bt2_log_level,
-               &auto_disc);
+               &auto_disc,
+               NULL);
        if (status != 0) {
                BT_CURRENT_THREAD_ERROR_APPEND_CAUSE_FROM_UNKNOWN(module_name,
                        "Failed to auto discover sources.");
This page took 0.024441 seconds and 4 git commands to generate.