gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24547 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r24547 - gnunet/src/ats
Date: Thu, 25 Oct 2012 16:56:25 +0200

Author: wachs
Date: 2012-10-25 16:56:25 +0200 (Thu, 25 Oct 2012)
New Revision: 24547

Modified:
   gnunet/src/ats/gnunet-service-ats_addresses.h
Log:
- docu 

Modified: gnunet/src/ats/gnunet-service-ats_addresses.h
===================================================================
--- gnunet/src/ats/gnunet-service-ats_addresses.h       2012-10-25 14:56:21 UTC 
(rev 24546)
+++ gnunet/src/ats/gnunet-service-ats_addresses.h       2012-10-25 14:56:25 UTC 
(rev 24547)
@@ -187,10 +187,11 @@
     struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
 
 /**
- * Return all peers currently known to ATS
+ * Return information all peers currently known to ATS
  *
- * @param p_it the iterator to call for every peer
- * @param p_it_cls the closure for the iterator
+ * @param peer the respective peer
+ * @param pi_it the iterator to call for every peer
+ * @param pi_it_cls the closure for the iterator
  */
 void
 GAS_addresses_get_peer_info (const struct GNUNET_PeerIdentity *peer, 
GNUNET_ATS_PeerInfo_Iterator pi_it, void *pi_it_cls);




reply via email to

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