lib: pass config objects to component init methods
[babeltrace.git] / tests / lib / test_simple_sink.c
index 31e2b6f7bf157baa87dcda7ede16ccbf9d999b56..2ea92a846d30a29be6a2c83902411d9a1fc3cb79 100644 (file)
@@ -60,6 +60,7 @@ void simple_fini_func(void *data)
 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)
 {
        bt_self_component_add_port_status status;
This page took 0.024737 seconds and 4 git commands to generate.