aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-17 16:13:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-17 16:13:55 +0000
commitd1b14153c09460420f1a045e7db134b6edb8d15f (patch)
tree5a20022c976538466ede4752dc5b7e766740c222 /src
parent52c31cfe586839f551a07de477ddf079dc3ba31f (diff)
downloadgnunet-d1b14153c09460420f1a045e7db134b6edb8d15f.tar.gz
gnunet-d1b14153c09460420f1a045e7db134b6edb8d15f.zip
-document expectations better
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_mesh_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 96e108239..b71c055b5 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -129,7 +129,9 @@ typedef void *(GNUNET_MESH_InboundTunnelNotificationHandler) (void *cls,
129 129
130/** 130/**
131 * Function called whenever an inbound tunnel is destroyed. Should clean up 131 * Function called whenever an inbound tunnel is destroyed. Should clean up
132 * any associated state. 132 * any associated state. This function is NOT called if the client has
133 * explicitly asked for the tunnel to be destroyed using
134 * GNUNET_MESH_tunnel_destroy.
133 * 135 *
134 * @param cls closure (set from GNUNET_MESH_connect) 136 * @param cls closure (set from GNUNET_MESH_connect)
135 * @param tunnel connection to the other end (henceforth invalid) 137 * @param tunnel connection to the other end (henceforth invalid)