X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconnection-internal.h;h=6044f0a5934dd4c0a2fdf81d6d884b5a5d595fa6;hb=c42ea0af12bb273cd7a1131f38f0a1cb4b42a8e2;hp=fb4f668f36c040c8bfb62cf4da545239aa8f65df;hpb=49682acd61d65c4986fc2b61c13d7d7a2d28127e;p=babeltrace.git diff --git a/include/babeltrace/graph/connection-internal.h b/include/babeltrace/graph/connection-internal.h index fb4f668f..6044f0a5 100644 --- a/include/babeltrace/graph/connection-internal.h +++ b/include/babeltrace/graph/connection-internal.h @@ -31,6 +31,7 @@ #include #include #include +#include struct bt_graph; @@ -77,7 +78,7 @@ struct bt_connection *bt_connection_create(struct bt_graph *graph, struct bt_port *downstream_port); BT_HIDDEN -void bt_connection_disconnect_ports(struct bt_connection *conn); +void bt_connection_end(struct bt_connection *conn, bool try_remove_from_graph); BT_HIDDEN void bt_connection_remove_iterator(struct bt_connection *conn,