lib, bt2: make query method receive custom data
[babeltrace.git] / include / babeltrace2 / graph / query-executor.h
index 4ffc4ec42977246b51cff2c6991eae0dd4c67be0..29068aaa9b9851eccfd43f13cfbf93201bca0586 100644 (file)
@@ -39,6 +39,11 @@ bt_query_executor *bt_query_executor_create(
                const bt_component_class *component_class, const char *object,
                const bt_value *params);
 
+extern
+bt_query_executor *bt_query_executor_create_with_method_data(
+               const bt_component_class *component_class, const char *object,
+               const bt_value *params, void *method_data);
+
 typedef enum bt_query_executor_query_status {
        BT_QUERY_EXECUTOR_QUERY_STATUS_OK               = __BT_FUNC_STATUS_OK,
        BT_QUERY_EXECUTOR_QUERY_STATUS_AGAIN            = __BT_FUNC_STATUS_AGAIN,
This page took 0.024401 seconds and 4 git commands to generate.