lib: fully configure graph (add components, connect ports), then run
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index 7216791903002316d23b15284fa466447f006198..1500b111b6fa5d93cbf8d000041315bea02bbc5c 100644 (file)
@@ -56,11 +56,8 @@ struct bt_connection {
        GPtrArray *iterators;
 
        bool notified_upstream_port_connected;
-       bool notified_upstream_port_disconnected;
        bool notified_downstream_port_connected;
-       bool notified_downstream_port_disconnected;
        bool notified_graph_ports_connected;
-       bool notified_graph_ports_disconnected;
 };
 
 BT_HIDDEN
This page took 0.023068 seconds and 4 git commands to generate.