Split notification iterator API into base and specialized functions
[babeltrace.git] / lib / graph / query-executor.c
index f1cd95b6c878095421bc46523ffe305496c7b67e..89ae9a11c39712f28fbdc194b41fe0ef0dff79ac 100644 (file)
@@ -65,7 +65,7 @@ enum bt_query_status bt_query_executor_query(
                const char *object, struct bt_value *params,
                struct bt_value **user_result)
 {
-       struct bt_component_class_query_return ret = {
+       struct bt_component_class_query_method_return ret = {
                .result = NULL,
                .status = BT_QUERY_STATUS_OK,
        };
This page took 0.024905 seconds and 4 git commands to generate.