lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / dummy / dummy.h
index c5ab55ae24df94df1327bfef2ef2fc919e2246c8..7801294f751c306869b3fcb6ea6d4e904f3c0cf0 100644 (file)
@@ -35,6 +35,7 @@ struct dummy {
 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, void *init_method_data);
 
 BT_HIDDEN
This page took 0.023963 seconds and 4 git commands to generate.