- doxygen
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
index f17c91b25407c3a9f7a5a7c5f34b1d28b8b8b31d..25d7afc4f16894c1eb9f284eb7c1e89599f1ac65 100644 (file)
@@ -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,