aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:18 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:18 +0000
commit3421efc75610989e010c9e480f3bd207efc19a79 (patch)
tree96b1d9f241cd7f4129f6ce9acd8e6b58c435d618
parent5fa89e3c5f989cf4a07740bb3f49fe155665b9b6 (diff)
downloadgnunet-gtk-3421efc75610989e010c9e480f3bd207efc19a79.tar.gz
gnunet-gtk-3421efc75610989e010c9e480f3bd207efc19a79.zip
adapations to API change of SVN 35212
-rw-r--r--src/peerinfo/gnunet-peerinfo-gtk.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/peerinfo/gnunet-peerinfo-gtk.c b/src/peerinfo/gnunet-peerinfo-gtk.c
index f91e0861..8af2ece9 100644
--- a/src/peerinfo/gnunet-peerinfo-gtk.c
+++ b/src/peerinfo/gnunet-peerinfo-gtk.c
@@ -821,8 +821,7 @@ reset_ats_status (void *cls,
821 * #GNUNET_SYSERR if this address is no longer available for ATS 821 * #GNUNET_SYSERR if this address is no longer available for ATS
822 * @param bandwidth_in available amount of inbound bandwidth 822 * @param bandwidth_in available amount of inbound bandwidth
823 * @param bandwidth_out available amount of outbound bandwidth 823 * @param bandwidth_out available amount of outbound bandwidth
824 * @param ats performance data for the address (as far as known) 824 * @param perf performance data for the address (as far as known)
825 * @param ats_count number of performance records in @a ats
826 */ 825 */
827static void 826static void
828ats_status_cb (void *cts, 827ats_status_cb (void *cts,
@@ -830,8 +829,7 @@ ats_status_cb (void *cts,
830 int address_active, 829 int address_active,
831 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 830 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
832 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 831 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
833 const struct GNUNET_ATS_Information *ats, 832 const struct GNUNET_ATS_Properties *prop)
834 uint32_t ats_count)
835{ 833{
836 struct PeerInfo *info; 834 struct PeerInfo *info;
837 struct PeerAddress *pa; 835 struct PeerAddress *pa;