lib: pass config objects to component init methods
[babeltrace.git] / tests / lib / test_trace_ir_ref.c
index 33591800bc381a3085b49f5a38f568b8d773bff3..1d565ebdef1c26b1f592d03bfd00863224786db9 100644 (file)
@@ -411,6 +411,7 @@ static void test_example_scenario(bt_self_component_source *self_comp)
 static
 bt_component_class_init_method_status src_init(
        bt_self_component_source *self_comp,
+       bt_self_component_source_configuration *config,
        const bt_value *params, void *init_method_data)
 {
        test_example_scenario(self_comp);
This page took 0.031814 seconds and 4 git commands to generate.