X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconnection-internal.h;h=c86bc82dfc3fd15c7ec0bd365e527c9a5e475a8e;hp=2395fcd3cf5d7056dd84c16c8676ef14b3ba78ac;hb=d6e69534ef08a2dd8bff9eb5af1eab63736b3d31;hpb=c8db321922f3730c70628a5e452baf8a046e70fd diff --git a/include/babeltrace/graph/connection-internal.h b/include/babeltrace/graph/connection-internal.h index 2395fcd3..c86bc82d 100644 --- a/include/babeltrace/graph/connection-internal.h +++ b/include/babeltrace/graph/connection-internal.h @@ -25,8 +25,8 @@ */ #include -#include -#include +#include +#include #include #include #include @@ -50,17 +50,17 @@ struct bt_connection { struct bt_port *upstream_port; /* - * Weak references to all the notification iterators that were + * Weak references to all the message iterators that were * created on this 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; + 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; }; BT_HIDDEN @@ -73,7 +73,7 @@ void bt_connection_end(struct bt_connection *conn, bool try_remove_from_graph); BT_HIDDEN void bt_connection_remove_iterator(struct bt_connection *conn, - struct bt_self_component_port_input_notification_iterator *iterator); + struct bt_self_component_port_input_message_iterator *iterator); static inline struct bt_graph *bt_connection_borrow_graph(struct bt_connection *conn)