gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35216 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r35216 - gnunet/src/ats
Date: Wed, 11 Feb 2015 14:33:42 +0100

Author: grothoff
Date: 2015-02-11 14:33:42 +0100 (Wed, 11 Feb 2015)
New Revision: 35216

Modified:
   gnunet/src/ats/ats_api_performance.c
Log:
pass correct closure

Modified: gnunet/src/ats/ats_api_performance.c
===================================================================
--- gnunet/src/ats/ats_api_performance.c        2015-02-11 13:33:04 UTC (rev 
35215)
+++ gnunet/src/ats/ats_api_performance.c        2015-02-11 13:33:42 UTC (rev 
35216)
@@ -543,7 +543,7 @@
                                  ph->addresslist_tail,
                                  alh);
     if (NULL != alh->cb)
-      alh->cb (ph->addr_info_cb_cls,
+      alh->cb (alh->cb_cls,
                NULL,
                GNUNET_NO,
                bandwidth_zero,
@@ -563,7 +563,7 @@
   {
     GNUNET_ATS_properties_ntoh (&prop,
                                 &pi->properties);
-    alh->cb (ph->addr_info_cb_cls,
+    alh->cb (alh->cb_cls,
              &address,
              active,
              pi->bandwidth_out,




reply via email to

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