From 0e9b98db4cc172456af6bd61246107037401ce60 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 30 Jul 2012 11:48:31 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 67c50d304..98bd498a1 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -3322,6 +3322,7 @@ tunnel_get_ack (struct MeshTunnel *t) * If buffering is on, send when sent to children and buffer space is free. * * @param t Tunnel on which to send the ACK. + * @param type Type of message that triggered the ACK transmission. */ static void tunnel_send_ack (struct MeshTunnel *t, uint16_t type) -- 2.25.1