X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Futils%2Fcounter%2Fcounter.h;h=e4cbdde7885864d891215c4f433bed9f5c5c8666;hb=1043fdeac7af547a48ff5d938851dad9390aea4f;hp=b3a93b6ff92a9286ac34506925c4755712e34f62;hpb=09f603c6b62f388e3095dd3bfc0ad1c6194be7b4;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);