lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / counter / counter.h
index f47eb3b132af9d9d24f6bad8e7f319e70b336976..3e2fd4e63e42a8ea264689bdd7a2e767a358ff3a 100644 (file)
@@ -53,6 +53,7 @@ struct counter {
 BT_HIDDEN
 bt_component_class_init_method_status counter_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.024215 seconds and 4 git commands to generate.