X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fconnection.c;h=64b0fda042e3e565f4f854633c450768455ea945;hp=a50828fbdc415be82d11e798ba6c5be9c5b597b5;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hpb=1e92035335352f8a67cbc3de28a0ad44b7ee02a1 diff --git a/src/lib/graph/connection.c b/src/lib/graph/connection.c index a50828fb..64b0fda0 100644 --- a/src/lib/graph/connection.c +++ b/src/lib/graph/connection.c @@ -50,8 +50,7 @@ void destroy_connection(struct bt_object *obj) /* * Make sure that each message iterator which was created for * this connection is finalized before we destroy it. Once a - * message iterator is finalized, all its method return NULL or - * the BT_MESSAGE_ITERATOR_STATUS_CANCELED status. + * message iterator is finalized, you cannot use it. * * Because connections are destroyed before components within a * graph, this ensures that message iterators are always