X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fdummy%2Fdummy.h;h=06fcc0e82cd1928ea350f289aa61b694fcba272a;hb=05e2128659970c32648a01255ed870449f05d518;hp=ffbeb5b746c56c0ffd132499753d1c135ca8eecd;hpb=398454ed067b95215c7affbe265fd36edab931ee;p=babeltrace.git diff --git a/plugins/utils/dummy/dummy.h b/plugins/utils/dummy/dummy.h index ffbeb5b7..06fcc0e8 100644 --- a/plugins/utils/dummy/dummy.h +++ b/plugins/utils/dummy/dummy.h @@ -35,7 +35,7 @@ struct dummy { BT_HIDDEN enum bt_self_component_status dummy_init( struct bt_self_component_sink *component, - struct bt_value *params, void *init_method_data); + const struct bt_value *params, void *init_method_data); BT_HIDDEN void dummy_finalize(struct bt_self_component_sink *component);