X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-component-class-filter.h;h=01e6cc8fa9c9b24ec195353edb6834ba0b615d4c;hb=05e2128659970c32648a01255ed870449f05d518;hp=2e09c120fc0d389ab69b74e7544f5831335171d4;hpb=d72535e6e6b00451170da6797ddeb7e0d66f0e0b;p=babeltrace.git diff --git a/include/babeltrace/graph/private-component-class-filter.h b/include/babeltrace/graph/private-component-class-filter.h index 2e09c120..01e6cc8f 100644 --- a/include/babeltrace/graph/private-component-class-filter.h +++ b/include/babeltrace/graph/private-component-class-filter.h @@ -57,7 +57,7 @@ struct bt_value; typedef enum bt_self_component_status (*bt_private_component_class_filter_init_method)( struct bt_self_component_filter *self_component, - struct bt_value *params, void *init_method_data); + const struct bt_value *params, void *init_method_data); typedef void (*bt_private_component_class_filter_finalize_method)( struct bt_self_component_filter *self_component); @@ -82,8 +82,8 @@ typedef enum bt_query_status (*bt_private_component_class_filter_query_method)( struct bt_self_component_class_filter *comp_class, struct bt_query_executor *query_executor, - const char *object, struct bt_value *params, - struct bt_value **result); + const char *object, const struct bt_value *params, + const struct bt_value **result); typedef enum bt_self_component_status (*bt_private_component_class_filter_accept_input_port_connection_method)(