gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16739 - gnunet/src/mesh
Date: Fri, 9 Sep 2011 15:54:33 +0200

Author: bartpolot
Date: 2011-09-09 15:54:33 +0200 (Fri, 09 Sep 2011)
New Revision: 16739

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
   gnunet/src/mesh/mesh_api_new.c
Log:
Fixed doxygen warnings


Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2011-09-09 13:22:17 UTC (rev 
16738)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2011-09-09 13:54:33 UTC (rev 
16739)
@@ -668,7 +668,7 @@
 
 /**
  * Search for a tunnel among the tunnels for a client
- * @param client the client whose tunnels to search in
+ * @param c the client whose tunnels to search in
  * @param tid the local id of the tunnel
  * @return tunnel handler, NULL if doesn't exist
  */
@@ -717,7 +717,6 @@
 
 /**
  * Destroy the path and free any allocated resources linked to it
- * @param t tunnel the path belongs to
  * @param p the path to destroy
  * @return GNUNET_OK on success
  */
@@ -757,7 +756,6 @@
 
 /**
  * Destroy the tunnel and free any allocated resources linked to it
- * @param c client the tunnel belongs to
  * @param t the tunnel to destroy
  * @return GNUNET_OK on success
  */

Modified: gnunet/src/mesh/mesh_api_new.c
===================================================================
--- gnunet/src/mesh/mesh_api_new.c      2011-09-09 13:22:17 UTC (rev 16738)
+++ gnunet/src/mesh/mesh_api_new.c      2011-09-09 13:54:33 UTC (rev 16739)
@@ -480,7 +480,6 @@
 
 /**
  * Remove a peer from a tunnel
- * @param t Tunnel handle
  * @param p Peer handle
  */
 static void
@@ -533,7 +532,7 @@
  * timeout if needed.
  *
  * @param h mesh handle with the queue head and tail
- * @param q handle to the packet to be transmitted
+ * @param th handle to the packet to be transmitted
  */
 static void
 add_to_queue (struct GNUNET_MESH_Handle *h,
@@ -814,8 +813,8 @@
 /**
  * Process the incoming data packets
  *
- * @param h     The mesh handle
- * @param msh   A message encapsulating the data
+ * @param h         The mesh handle
+ * @param message   A message encapsulating the data
  */
 static void
 process_incoming_data (struct GNUNET_MESH_Handle *h,
@@ -1275,7 +1274,6 @@
  * connect handler is called.
  *
  * @param tunnel handle to existing tunnel
- * @param timeout how long to try to establish a connection
  * @param peer peer to add
  */
 void




reply via email to

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