lib: "msgied" -> "notified" (remaining of a previous mass rename)
[babeltrace.git] / include / babeltrace / graph / connection-internal.h
index c86bc82dfc3fd15c7ec0bd365e527c9a5e475a8e..7216791903002316d23b15284fa466447f006198 100644 (file)
@@ -55,12 +55,12 @@ struct bt_connection {
         */
        GPtrArray *iterators;
 
-       bool msgied_upstream_port_connected;
-       bool msgied_upstream_port_disconnected;
-       bool msgied_downstream_port_connected;
-       bool msgied_downstream_port_disconnected;
-       bool msgied_graph_ports_connected;
-       bool msgied_graph_ports_disconnected;
+       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.024367 seconds and 4 git commands to generate.