lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / src / lib / graph / connection.c
index a50828fbdc415be82d11e798ba6c5be9c5b597b5..64b0fda042e3e565f4f854633c450768455ea945 100644 (file)
@@ -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
This page took 0.023458 seconds and 4 git commands to generate.