- doxygen
authorBart Polot <bart@net.in.tum.de>
Mon, 18 Jun 2012 14:11:27 +0000 (14:11 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 18 Jun 2012 14:11:27 +0000 (14:11 +0000)
src/mesh/gnunet-service-mesh.c
src/mesh/gnunet-service-mesh_new.c

index 3c3cd3d877af131555c76b9831bdf26b335e3b3d..a7471e18684e9c5e659b0fb9ebbff7137be0f896 100644 (file)
@@ -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 *
index 0e35c907c889df2ef8bb446e4c60a9911075a27e..9d737c9c0bdcc8c6d987b2131d85338d5ba877d3 100644 (file)
@@ -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 *