Add bt_connection_is_ended()
[babeltrace.git] / include / babeltrace / graph / connection.h
index 2d276fe3ac0ee45ecc38e2cca6892a49c0392536..60b9eef81c83a3a3080c84894e29b852bec6b6c9 100644 (file)
@@ -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
This page took 0.022634 seconds and 4 git commands to generate.