X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fconnection.h;h=1d89c9930ca9365a8143415123e3d7daa55c14ff;hb=43c59509042845f8d42c3e99ec74d45fa2dc0908;hp=8f2c32caf7a44a7fa618e5d1b121b2c7f2adf189;hpb=98b15851a941e7342b8bb19e265cdc3a40fabfb8;p=babeltrace.git diff --git a/src/lib/graph/connection.h b/src/lib/graph/connection.h index 8f2c32ca..1d89c993 100644 --- a/src/lib/graph/connection.h +++ b/src/lib/graph/connection.h @@ -24,7 +24,7 @@ * SOFTWARE. */ -#include +#include #include "lib/object.h" #include "common/assert.h" #include "common/macros.h" @@ -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)