lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.h
index c29a89f4515ab338121cdeaf4ed469a821373116..34d45efa255c8ec21a13495bfee5e9329a7bec3b 100644 (file)
@@ -35,7 +35,9 @@ BT_HIDDEN
 void trimmer_finalize(bt_self_component_filter *self_comp);
 
 BT_HIDDEN
-bt_component_class_init_method_status trimmer_init(bt_self_component_filter *self_comp,
+bt_component_class_init_method_status trimmer_init(
+               bt_self_component_filter *self_comp,
+               bt_self_component_filter_configuration *config,
                const bt_value *params, void *init_data);
 
 BT_HIDDEN
This page took 0.024072 seconds and 4 git commands to generate.