lib: add sink component class's "graph is configured" method
[babeltrace.git] / plugins / utils / counter / counter.h
index b3a93b6ff92a9286ac34506925c4755712e34f62..e4cbdde7885864d891215c4f433bed9f5c5c8666 100644 (file)
@@ -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.024743 seconds and 4 git commands to generate.