From: Matthias Wachs Date: Thu, 25 Oct 2012 14:56:25 +0000 (+0000) Subject: - docu X-Git-Tag: initial-import-from-subversion-38251~11193 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b911ec5bef5974830584320069b912d1536e39d;p=oweals%2Fgnunet.git - docu --- diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h index 693a7b8d1..7b602e10d 100644 --- a/src/ats/gnunet-service-ats_addresses.h +++ b/src/ats/gnunet-service-ats_addresses.h @@ -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);