X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcomponent%2Fconnection.h;h=4f79359cfa7b14661b013e6857a2b23843984249;hb=72b913fbad1753b5b122bfb54c1e7936eaf9d0ef;hp=7bcebcb874f370444f1d8674c6494865204def73;hpb=6fbd4105b92d0da8b3c5818a5b7c5b07850f4a01;p=babeltrace.git diff --git a/include/babeltrace/component/connection.h b/include/babeltrace/component/connection.h index 7bcebcb8..4f79359c 100644 --- a/include/babeltrace/component/connection.h +++ b/include/babeltrace/component/connection.h @@ -35,10 +35,10 @@ struct bt_component; struct bt_connection; /* Returns the "downstream" input port. */ -extern struct bt_port *bt_connection_get_input_port( +extern struct bt_port *bt_connection_get_downstream_port( struct bt_connection *connection); /* Returns the "upstream" output port. */ -extern struct bt_port *bt_connection_get_output_port( +extern struct bt_port *bt_connection_get_upstream_port( struct bt_connection *connection); extern struct bt_notification_iterator *