gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30415 - gnunet/src/mesh
Date: Sat, 26 Oct 2013 09:17:59 +0200

Author: grothoff
Date: 2013-10-26 09:17:59 +0200 (Sat, 26 Oct 2013)
New Revision: 30415

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

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2013-10-26 07:16:38 UTC (rev 
30414)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2013-10-26 07:17:59 UTC (rev 
30415)
@@ -775,12 +775,12 @@
  * Retrieve the MeshPeer stucture associated with the peer, create one
  * and insert it in the appropriate structures if the peer is not known yet.
  *
- * @param peer Full identity of the peer.
+ * @param peer_id Full identity of the peer.
  *
  * @return Existing or newly created peer info.
  */
 static struct MeshPeer *
-peer_get (const struct GNUNET_PeerIdentity *peer);
+peer_get (const struct GNUNET_PeerIdentity *peer_id);
 
 
 /**
@@ -1487,7 +1487,7 @@
  * Retrieve the MeshPeer stucture associated with the peer, create one
  * and insert it in the appropriate structures if the peer is not known yet.
  *
- * @param peer Full identity of the peer.
+ * @param peer_id Full identity of the peer.
  *
  * @return Existing or newly created peer info.
  */
@@ -1534,7 +1534,7 @@
 /**
  * Select which PID to POLL for, to compensate for lost messages.
  *
- * @param pi Peer we want to poll.
+ * @param p Peer we want to poll.
  * @param t Tunnel about which we want to poll.
  *
  * @return PID to use, either last sent or first_in_queue - 1




reply via email to

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