gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22079 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r22079 - gnunet/src/mesh
Date: Mon, 18 Jun 2012 16:11:27 +0200

Author: bartpolot
Date: 2012-06-18 16:11:27 +0200 (Mon, 18 Jun 2012)
New Revision: 22079

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/mesh/gnunet-service-mesh_new.c
Log:
- doxygen

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-06-18 13:00:11 UTC (rev 
22078)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-06-18 14:11:27 UTC (rev 
22079)
@@ -2419,7 +2419,9 @@
  * 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 *

Modified: gnunet/src/mesh/gnunet-service-mesh_new.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_new.c   2012-06-18 13:00:11 UTC (rev 
22078)
+++ gnunet/src/mesh/gnunet-service-mesh_new.c   2012-06-18 14:11:27 UTC (rev 
22079)
@@ -2429,7 +2429,9 @@
  * 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 *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]