summaryrefslogtreecommitdiff
path: root/src/ats/test_ats_simplistic_pref_aging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_simplistic_pref_aging.c')
-rw-r--r--src/ats/test_ats_simplistic_pref_aging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/test_ats_simplistic_pref_aging.c b/src/ats/test_ats_simplistic_pref_aging.c
index 2681b87f5..305eda1a5 100644
--- a/src/ats/test_ats_simplistic_pref_aging.c
+++ b/src/ats/test_ats_simplistic_pref_aging.c
@@ -193,7 +193,7 @@ address_suggest_cb (void *cls, const struct GNUNET_HELLO_Address *address,
193 { 193 {
194 /* Changing preference for peer 0 */ 194 /* Changing preference for peer 0 */
195 stage ++; 195 stage ++;
196 GNUNET_ATS_change_preference (perf_ats, &p[0].id, GNUNET_ATS_PREFERENCE_BANDWIDTH,(double) 1000, GNUNET_ATS_PREFERENCE_END); 196 GNUNET_ATS_performance_change_preference (perf_ats, &p[0].id, GNUNET_ATS_PREFERENCE_BANDWIDTH,(double) 1000, GNUNET_ATS_PREFERENCE_END);
197 sug_p0 = GNUNET_NO; 197 sug_p0 = GNUNET_NO;
198 sug_p1 = GNUNET_NO; 198 sug_p1 = GNUNET_NO;
199 return; 199 return;