From 45a1b1ceca389f0db1f88b7cf7dd52587647fd8d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 18 Jun 2012 14:11:27 +0000 Subject: [PATCH] - doxygen --- src/mesh/gnunet-service-mesh.c | 4 +++- src/mesh/gnunet-service-mesh_new.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 * -- 2.25.1