From 00ac4bcc595cf3b7a78fc130881a3078eb24f783 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 25 Oct 2012 11:25:08 +0000 Subject: changes --- src/ats/gnunet-service-ats_addresses.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/ats/gnunet-service-ats_addresses.h') diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h index 4c64239be..d6b5a72ee 100644 --- a/src/ats/gnunet-service-ats_addresses.h +++ b/src/ats/gnunet-service-ats_addresses.h @@ -172,8 +172,14 @@ void GAS_addresses_iterate_peers (GNUNET_ATS_Peer_Iterator p_it, void *cls); typedef void (*GNUNET_ATS_PeerInfo_Iterator) (void *cls, - const struct GNUNET_PeerIdentity *id, - const char *plugin); + const struct GNUNET_PeerIdentity *id, + const char *plugin_name, + const void *plugin_addr, size_t plugin_addr_len, + const struct GNUNET_ATS_Information *atsi, + uint32_t atsi_count, + struct GNUNET_BANDWIDTH_Value32NBO + bandwidth_out, + struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); void GAS_addresses_get_peer_info (const struct GNUNET_PeerIdentity *peer, GNUNET_ATS_PeerInfo_Iterator pi_it, void *pi_it_cls); -- cgit v1.2.3