aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-25 14:56:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-25 14:56:25 +0000
commit9b911ec5bef5974830584320069b912d1536e39d (patch)
tree35a69eecf0885cb62b45ee890d4e269ed6938b4e
parent3559e0bd197f917aef617ce1dd39f0c30d6e5aab (diff)
downloadgnunet-9b911ec5bef5974830584320069b912d1536e39d.tar.gz
gnunet-9b911ec5bef5974830584320069b912d1536e39d.zip
- docu
-rw-r--r--src/ats/gnunet-service-ats_addresses.h7
1 files 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,
187 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 187 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
188 188
189/** 189/**
190 * Return all peers currently known to ATS 190 * Return information all peers currently known to ATS
191 * 191 *
192 * @param p_it the iterator to call for every peer 192 * @param peer the respective peer
193 * @param p_it_cls the closure for the iterator 193 * @param pi_it the iterator to call for every peer
194 * @param pi_it_cls the closure for the iterator
194 */ 195 */
195void 196void
196GAS_addresses_get_peer_info (const struct GNUNET_PeerIdentity *peer, GNUNET_ATS_PeerInfo_Iterator pi_it, void *pi_it_cls); 197GAS_addresses_get_peer_info (const struct GNUNET_PeerIdentity *peer, GNUNET_ATS_PeerInfo_Iterator pi_it, void *pi_it_cls);