- docu
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 25 Oct 2012 14:56:25 +0000 (14:56 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 25 Oct 2012 14:56:25 +0000 (14:56 +0000)
src/ats/gnunet-service-ats_addresses.h

index 693a7b8d1217f5d205cc1f43a89e8a6fbf30a5ef..7b602e10da02e8ae8e885676abe91762fd3c19ea 100644 (file)
@@ -187,10 +187,11 @@ typedef void (*GNUNET_ATS_PeerInfo_Iterator) (void *p_it_cls,
     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);