bt_graph_connect() -> bt_graph_connect_ports()
[babeltrace.git] / include / babeltrace / graph / graph.h
index c09279221c9f928115c65e917e484aa68ce20034..c42802491647dd4d705966c9fb9fffe219496bf5 100644 (file)
@@ -70,7 +70,7 @@ extern struct bt_graph *bt_graph_create(void);
  * Creates a connection between two components using the two ports specified
  * and adds the connection and components (if not already added) to the graph.
  */
-extern struct bt_connection *bt_graph_connect(struct bt_graph *graph,
+extern struct bt_connection *bt_graph_connect_ports(struct bt_graph *graph,
                struct bt_port *upstream,
                struct bt_port *downstream);
 
This page took 0.023588 seconds and 4 git commands to generate.