lib: pass log level to bt_query_executor_query()
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_query_exec.i
index af78efaf1f5c0ad52b9ea3168cc2e036a2c6697f..932bae8dc7cb0e45e79630b0c9464cf07147799c 100644 (file)
@@ -55,7 +55,7 @@ bt_query_executor_status bt_query_executor_query(
                bt_query_executor *query_executor,
                const bt_component_class *component_class,
                const char *object, const bt_value *params,
-               const bt_value **OUT);
+               bt_logging_level logging_level, const bt_value **OUT);
 
 extern
 bt_query_executor_status bt_query_executor_cancel(
This page took 0.023882 seconds and 4 git commands to generate.