lib: rename "self comp. input port message iter." -> "message iterator"
[babeltrace.git] / src / lib / graph / connection.h
index 8f2c32caf7a44a7fa618e5d1b121b2c7f2adf189..2024244ddf3e6884903dde8b1b9d5d4c0bf386e2 100644 (file)
@@ -71,7 +71,7 @@ void bt_connection_end(struct bt_connection *conn, bool try_remove_from_graph);
 
 BT_HIDDEN
 void bt_connection_remove_iterator(struct bt_connection *conn,
-               struct bt_self_component_port_input_message_iterator *iterator);
+               struct bt_message_iterator *iterator);
 
 static inline
 struct bt_graph *bt_connection_borrow_graph(struct bt_connection *conn)
This page took 0.025559 seconds and 4 git commands to generate.