Add bt_connection_is_ended()
[babeltrace.git] / include / babeltrace / graph / connection.h
index 4fe1d4c31052c03b9395d91523082619bd269102..60b9eef81c83a3a3080c84894e29b852bec6b6c9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_CONNECTION_H
-#define BABELTRACE_COMPONENT_CONNECTION_H
+#ifndef BABELTRACE_GRAPH_CONNECTION_H
+#define BABELTRACE_GRAPH_CONNECTION_H
 
 /*
  * BabelTrace - Babeltrace Component Connection Interface
@@ -41,8 +41,10 @@ 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
 
-#endif /* BABELTRACE_COMPONENT_CONNECTION_H */
+#endif /* BABELTRACE_GRAPH_CONNECTION_H */
This page took 0.02809 seconds and 4 git commands to generate.