gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35213 - gnunet-gtk/src/peerinfo


From: gnunet
Subject: [GNUnet-SVN] r35213 - gnunet-gtk/src/peerinfo
Date: Wed, 11 Feb 2015 00:24:18 +0100

Author: grothoff
Date: 2015-02-11 00:24:18 +0100 (Wed, 11 Feb 2015)
New Revision: 35213

Modified:
   gnunet-gtk/src/peerinfo/gnunet-peerinfo-gtk.c
Log:
adapations to API change of SVN 35212

Modified: gnunet-gtk/src/peerinfo/gnunet-peerinfo-gtk.c
===================================================================
--- gnunet-gtk/src/peerinfo/gnunet-peerinfo-gtk.c       2015-02-10 23:24:01 UTC 
(rev 35212)
+++ gnunet-gtk/src/peerinfo/gnunet-peerinfo-gtk.c       2015-02-10 23:24:18 UTC 
(rev 35213)
@@ -821,8 +821,7 @@
  *        #GNUNET_SYSERR if this address is no longer available for ATS
  * @param bandwidth_in available amount of inbound bandwidth
  * @param bandwidth_out available amount of outbound bandwidth
- * @param ats performance data for the address (as far as known)
- * @param ats_count number of performance records in @a ats
+ * @param perf performance data for the address (as far as known)
  */
 static void
 ats_status_cb (void *cts,
@@ -830,8 +829,7 @@
                int address_active,
                struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
                struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
-               const struct GNUNET_ATS_Information *ats,
-               uint32_t ats_count)
+               const struct GNUNET_ATS_Properties *prop)
 {
   struct PeerInfo *info;
   struct PeerAddress *pa;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]