X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fcounter%2Fcounter.h;h=e4cbdde7885864d891215c4f433bed9f5c5c8666;hb=5badd463e184894a3bfd5b8db257efc6f92c6374;hp=b3a93b6ff92a9286ac34506925c4755712e34f62;hpb=9a6502b6c579bb9371cd8bd8c5064074c80918d4;p=babeltrace.git diff --git a/plugins/utils/counter/counter.h b/plugins/utils/counter/counter.h index b3a93b6f..e4cbdde7 100644 --- a/plugins/utils/counter/counter.h +++ b/plugins/utils/counter/counter.h @@ -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);