X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconnection.h;h=60b9eef81c83a3a3080c84894e29b852bec6b6c9;hb=090a4c0ac02fab83b9ad13bc2abb81534820f7f4;hp=2d276fe3ac0ee45ecc38e2cca6892a49c0392536;hpb=fdf0e7a0859aac0e7a540ded801921bdb14cb450;p=babeltrace.git diff --git a/include/babeltrace/graph/connection.h b/include/babeltrace/graph/connection.h index 2d276fe3..60b9eef8 100644 --- a/include/babeltrace/graph/connection.h +++ b/include/babeltrace/graph/connection.h @@ -41,6 +41,8 @@ extern struct bt_port *bt_connection_get_downstream_port( extern struct bt_port *bt_connection_get_upstream_port( struct bt_connection *connection); +extern bt_bool bt_connection_is_ended(struct bt_connection *connection); + #ifdef __cplusplus } #endif