lib: rename inactivity msg to msg iterator inactivity msg
[babeltrace.git] / plugins / utils / counter / counter.h
index b3a93b6ff92a9286ac34506925c4755712e34f62..2994eb479aa787557c450ee2ff6bdcee6bdc3307 100644 (file)
@@ -36,7 +36,7 @@ struct counter {
                uint64_t stream_end;
                uint64_t packet_begin;
                uint64_t packet_end;
-               uint64_t inactivity;
+               uint64_t msg_iter_inactivity;
                uint64_t other;
        } count;
        uint64_t last_printed_total;
@@ -54,10 +54,8 @@ BT_HIDDEN
 void counter_finalize(bt_self_component_sink *component);
 
 BT_HIDDEN
-bt_self_component_status counter_port_connected(
-               bt_self_component_sink *component,
-               bt_self_component_port_input *self_port,
-               const bt_port_output *other_port);
+bt_self_component_status counter_graph_is_configured(
+               bt_self_component_sink *component);
 
 BT_HIDDEN
 bt_self_component_status counter_consume(bt_self_component_sink *component);
This page took 0.023408 seconds and 4 git commands to generate.