lib: make the "port connected" method return a status
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index 21dd59a3c74e562b49b629cde42f229a4c20c607..73fb1b020ef2475c14c70c30623b8b914e1df4e7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H
-#define BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_CONNECTION_INTERNAL_H
+#define BABELTRACE_GRAPH_CONNECTION_INTERNAL_H
 
 /*
  * BabelTrace - Component Connection Internal
@@ -58,14 +58,11 @@ struct bt_connection {
         * created on this connection.
         */
        GPtrArray *iterators;
-};
 
-static inline
-struct bt_connection *bt_connection_borrow_from_private(
-               struct bt_private_connection *private_connection)
-{
-       return (void *) private_connection;
-}
+       bool notified_upstream_port_connected;
+       bool notified_downstream_port_connected;
+       bool notified_graph_ports_connected;
+};
 
 static inline
 struct bt_private_connection *bt_private_connection_from_connection(
@@ -145,4 +142,4 @@ const char *bt_connection_status_string(enum bt_connection_status status)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_CONNECTION_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_CONNECTION_INTERNAL_H */
This page took 0.025505 seconds and 4 git commands to generate.