lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index 4d39fba27cdbd662e5d1df2e21c830e6a7fb66e3..92fad09b6b43c721f67c9d40fa57cbdee43ee42c 100644 (file)
@@ -563,6 +563,7 @@ end:
 
 bt_component_class_init_method_status trimmer_init(
                bt_self_component_filter *self_comp_flt,
+               bt_self_component_filter_configuration *config,
                const bt_value *params, void *init_data)
 {
        int ret;
This page took 0.023645 seconds and 4 git commands to generate.