aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-07-25 01:22:27 +0000
committerBart Polot <bart@net.in.tum.de>2012-07-25 01:22:27 +0000
commit38a9154a91ae31b2a5f6ea7809a51cfebf7bf5f8 (patch)
treee56ab6bb35aa7473f8bbc93d9ecdc9782575e36d /src
parent64f68a96a48f84ab5b793492fa33286e3d43af19 (diff)
downloadgnunet-38a9154a91ae31b2a5f6ea7809a51cfebf7bf5f8.tar.gz
gnunet-38a9154a91ae31b2a5f6ea7809a51cfebf7bf5f8.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index f17c91b25..25d7afc4f 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -3024,8 +3024,9 @@ tunnel_send_multicast (struct MeshTunnel *t,
3024 * Increase the SKIP value of all peers that 3024 * Increase the SKIP value of all peers that
3025 * have not received a unicast message. 3025 * have not received a unicast message.
3026 * 3026 *
3027 * @param cls Closure (Short id of the peer that HAS received the message). 3027 * @param cls Closure (ID of the peer that HAS received the message).
3028 * @param id Short ID of the neighbor. 3028 * @param key ID of the neighbor.
3029 * @param value Information about the neighbor.
3029 */ 3030 */
3030static int 3031static int
3031tunnel_add_skip (void *cls, 3032tunnel_add_skip (void *cls,