lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / dummy / dummy.c
index d41551de78c075ae5f62ae66da0848868933593a..20dab79916a54f973ee50d3691422c2f3f4796df 100644 (file)
@@ -50,6 +50,7 @@ void dummy_finalize(bt_self_component_sink *comp)
 BT_HIDDEN
 bt_component_class_init_method_status dummy_init(
                bt_self_component_sink *component,
+               bt_self_component_sink_configuration *config,
                const bt_value *params,
                __attribute__((unused)) void *init_method_data)
 {
This page took 0.023353 seconds and 4 git commands to generate.