lib: pass config objects to component init methods
[babeltrace.git] / src / plugins / utils / counter / counter.h
index 3d8b8b6e1d2da0c0fb7a3f11bf50cfbf45fdd488..3e2fd4e63e42a8ea264689bdd7a2e767a358ff3a 100644 (file)
@@ -35,8 +35,6 @@ struct counter {
                uint64_t event;
                uint64_t stream_begin;
                uint64_t stream_end;
-               uint64_t stream_activity_begin;
-               uint64_t stream_activity_end;
                uint64_t packet_begin;
                uint64_t packet_end;
                uint64_t disc_events;
@@ -55,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.024379 seconds and 4 git commands to generate.