From: Bart Polot Date: Tue, 23 Jul 2013 13:05:20 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~8114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=55ccb1af2e04c487b468e828535c863e7e180709;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index d5b344f02..6fa9d1d17 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -1689,8 +1689,8 @@ peer_unlock_queue (GNUNET_PEER_Id peer_id) /** * Cancel all transmissions towards a neighbor that belong to a certain tunnel. * - * @param t Tunnel which to cancel. * @param neighbor Short ID of the neighbor to whom cancel the transmissions. + * @param t Tunnel which to cancel. */ static void peer_cancel_queues (GNUNET_PEER_Id neighbor, struct MeshTunnel *t)