aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-11 13:33:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-11 13:33:42 +0000
commit37af1963382a5b7d32f390f6a169e089babb1dee (patch)
tree54f144063b012172a341bea6ee7ac32f7b4579bd /src
parentf352a7faadcfa1cabbe726954f67f2ab46e62e6f (diff)
downloadgnunet-37af1963382a5b7d32f390f6a169e089babb1dee.tar.gz
gnunet-37af1963382a5b7d32f390f6a169e089babb1dee.zip
pass correct closure
Diffstat (limited to 'src')
-rw-r--r--src/ats/ats_api_performance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index aaaaee089..d29494605 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -543,7 +543,7 @@ process_ar_message (struct GNUNET_ATS_PerformanceHandle *ph,
543 ph->addresslist_tail, 543 ph->addresslist_tail,
544 alh); 544 alh);
545 if (NULL != alh->cb) 545 if (NULL != alh->cb)
546 alh->cb (ph->addr_info_cb_cls, 546 alh->cb (alh->cb_cls,
547 NULL, 547 NULL,
548 GNUNET_NO, 548 GNUNET_NO,
549 bandwidth_zero, 549 bandwidth_zero,
@@ -563,7 +563,7 @@ process_ar_message (struct GNUNET_ATS_PerformanceHandle *ph,
563 { 563 {
564 GNUNET_ATS_properties_ntoh (&prop, 564 GNUNET_ATS_properties_ntoh (&prop,
565 &pi->properties); 565 &pi->properties);
566 alh->cb (ph->addr_info_cb_cls, 566 alh->cb (alh->cb_cls,
567 &address, 567 &address,
568 active, 568 active,
569 pi->bandwidth_out, 569 pi->bandwidth_out,