From 9b911ec5bef5974830584320069b912d1536e39d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 25 Oct 2012 14:56:25 +0000 Subject: [PATCH] - docu --- src/ats/gnunet-service-ats_addresses.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 2.25.1