X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fconnection-internal.h;h=1500b111b6fa5d93cbf8d000041315bea02bbc5c;hb=4725a2013cb518374822ccb490610b45f74dbdbf;hp=784ca643a4864e5908325cb29377303755e6c6b3;hpb=0d72b8c329ad51d14ab4e83330b38c2c8da69dd4;p=babeltrace.git diff --git a/include/babeltrace/graph/connection-internal.h b/include/babeltrace/graph/connection-internal.h index 784ca643..1500b111 100644 --- a/include/babeltrace/graph/connection-internal.h +++ b/include/babeltrace/graph/connection-internal.h @@ -2,10 +2,9 @@ #define BABELTRACE_GRAPH_CONNECTION_INTERNAL_H /* + * Copyright 2017-2018 Philippe Proulx * Copyright 2017 Jérémie Galarneau * - * Author: Jérémie Galarneau - * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -26,8 +25,8 @@ */ #include -#include -#include +#include +#include #include #include #include @@ -51,17 +50,14 @@ 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; }; BT_HIDDEN @@ -74,7 +70,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)