lib: make the "port connected" method return a status
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index c1eea4b18a25f71004fcb4f5e5b33f60c9886677..73fb1b020ef2475c14c70c30623b8b914e1df4e7 100644 (file)
@@ -58,6 +58,10 @@ struct bt_connection {
         * created on this connection.
         */
        GPtrArray *iterators;
+
+       bool notified_upstream_port_connected;
+       bool notified_downstream_port_connected;
+       bool notified_graph_ports_connected;
 };
 
 static inline
This page took 0.023206 seconds and 4 git commands to generate.