Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / src / plugins / utils / counter / counter.h
index 3d8b8b6e1d2da0c0fb7a3f11bf50cfbf45fdd488..26a19f7a034dd21d6f99452ff066a059140e9209 100644 (file)
 #include "common/macros.h"
 
 struct counter {
-       bt_self_component_port_input_message_iterator *msg_iter;
+       bt_message_iterator *msg_iter;
        struct {
                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;
@@ -53,8 +51,9 @@ struct counter {
 };
 
 BT_HIDDEN
-bt_component_class_init_method_status counter_init(
+bt_component_class_initialize_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.027636 seconds and 4 git commands to generate.