Allow a component to remove a port and any user to disconnect one
[babeltrace.git] / include / babeltrace / component / connection.h
index 7bcebcb874f370444f1d8674c6494865204def73..4f79359cfa7b14661b013e6857a2b23843984249 100644 (file)
@@ -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 *
This page took 0.022602 seconds and 4 git commands to generate.