From: Bart Polot Date: Mon, 18 Jun 2012 14:11:27 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~12996 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45a1b1ceca389f0db1f88b7cf7dd52587647fd8d;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 3c3cd3d87..a7471e186 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -2419,7 +2419,9 @@ tunnel_destroy (struct MeshTunnel *t) * Create a new tunnel * * @param owner Who is the owner of the tunnel (short ID). - * @param id Tunnel Number of the tunnel. + * @param tid Tunnel Number of the tunnel. + * @param client Clients that owns the tunnel, NULL for foreign tunnels. + * @param local Tunnel Number for the tunnel, for the client point of view. * */ static struct MeshTunnel * diff --git a/src/mesh/gnunet-service-mesh_new.c b/src/mesh/gnunet-service-mesh_new.c index 0e35c907c..9d737c9c0 100644 --- a/src/mesh/gnunet-service-mesh_new.c +++ b/src/mesh/gnunet-service-mesh_new.c @@ -2429,7 +2429,9 @@ tunnel_destroy (struct MeshTunnel *t) * Create a new tunnel * * @param owner Who is the owner of the tunnel (short ID). - * @param id Tunnel Number of the tunnel. + * @param tid Tunnel Number of the tunnel. + * @param client Clients that owns the tunnel, NULL for foreign tunnels. + * @param local Tunnel Number for the tunnel, for the client point of view. * */ static struct MeshTunnel *