aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.c')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 3f6ebc7e4..2c07baa50 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -787,8 +787,11 @@ connection_unlock_queue (struct MeshConnection *c, int fwd)
787 787
788/** 788/**
789 * Cancel all transmissions that belong to a certain connection. 789 * Cancel all transmissions that belong to a certain connection.
790 *
791 * If the connection is scheduled for destruction and no more messages are left,
792 * the connection will be destroyed by the continuation call.
790 * 793 *
791 * @param c Connection which to cancel. 794 * @param c Connection which to cancel. Might be destroyed during this call.
792 * @param fwd Cancel fwd traffic? 795 * @param fwd Cancel fwd traffic?
793 */ 796 */
794static void 797static void