lib: make the "port connected" method return a status
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index 366dc0e4e8babc81ed854fdcfc76f9065689af15..73fb1b020ef2475c14c70c30623b8b914e1df4e7 100644 (file)
@@ -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(
This page took 0.023247 seconds and 4 git commands to generate.