aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-09-13 13:06:22 +0000
committerBart Polot <bart@net.in.tum.de>2012-09-13 13:06:22 +0000
commit9bf3a8296a42b328ea5a9e9ddad63f03b55dc0ef (patch)
tree686d6b128d128a3e0ec52c12712788b7d2eb4758 /src/include
parent72abdde791c17d1568216e72f442568a1965b2e4 (diff)
downloadgnunet-9bf3a8296a42b328ea5a9e9ddad63f03b55dc0ef.tar.gz
gnunet-9bf3a8296a42b328ea5a9e9ddad63f03b55dc0ef.zip
- More documentation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index b674e5d76..568a05448 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -107,6 +107,10 @@ struct GNUNET_MESH_MessageHandler
107/** 107/**
108 * Method called whenever another peer has added us to a tunnel 108 * Method called whenever another peer has added us to a tunnel
109 * the other peer initiated. 109 * the other peer initiated.
110 * Only called (once) upon reception of data with a message type which was
111 * subscribed to in GNUNET_MESH_connect. A call to GNUNET_MESH_tunnel_destroy
112 * causes te tunnel to be ignored and no further notifications are sent about
113 * the same tunnel.
110 * 114 *
111 * @param cls closure 115 * @param cls closure
112 * @param tunnel new handle to the tunnel 116 * @param tunnel new handle to the tunnel