From 38a9154a91ae31b2a5f6ea7809a51cfebf7bf5f8 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 25 Jul 2012 01:22:27 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh.c | 5 +++-- 1 file 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, * Increase the SKIP value of all peers that * have not received a unicast message. * - * @param cls Closure (Short id of the peer that HAS received the message). - * @param id Short ID of the neighbor. + * @param cls Closure (ID of the peer that HAS received the message). + * @param key ID of the neighbor. + * @param value Information about the neighbor. */ static int tunnel_add_skip (void *cls, -- 2.25.1