lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / text / details / details.c
index 9c45e39e4bacbaaf95ed0fc87b84ee3294b29267..5093aca4fea4824ab687264bd9682490f53b484c 100644 (file)
@@ -388,7 +388,9 @@ void log_configuration(bt_self_component_sink *comp,
 }
 
 BT_HIDDEN
-bt_component_class_init_method_status details_init(bt_self_component_sink *comp,
+bt_component_class_init_method_status details_init(
+               bt_self_component_sink *comp,
+               bt_self_component_sink_configuration *config,
                const bt_value *params,
                __attribute__((unused)) void *init_method_data)
 {
This page took 0.026051 seconds and 4 git commands to generate.