lib: prepare the ground for stateful query operations
[babeltrace.git] / include / babeltrace2 / graph / query-executor-const.h
index 9b6be7e5bc1133b04f5822a464b9d2cfcf5b824b..a857ed7071817715d485485a2a0dc04ff3121abe 100644 (file)
@@ -36,6 +36,9 @@ extern "C" {
 extern bt_bool bt_query_executor_is_interrupted(
                const bt_query_executor *query_executor);
 
+extern bt_logging_level bt_query_executor_get_logging_level(
+               const bt_query_executor *query_executor);
+
 extern void bt_query_executor_get_ref(const bt_query_executor *query_executor);
 
 extern void bt_query_executor_put_ref(const bt_query_executor *query_executor);
This page took 0.024493 seconds and 4 git commands to generate.