diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-08-29 15:35:43 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-08-29 15:35:43 +0000 |
commit | 1c8365e96ffb75fcae3729c1358f37a78559e93d (patch) | |
tree | e862a1aff8a72be17c4f8748b2c0e7088bf60286 /src/ats-tool | |
parent | f5136eb1b1a24c5b307ce8123dfc4cc0c85facaf (diff) |
rename to match api name
Diffstat (limited to 'src/ats-tool')
-rw-r--r-- | src/ats-tool/gnunet-ats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c index e795170766..b42b7f3725 100644 --- a/src/ats-tool/gnunet-ats.c +++ b/src/ats-tool/gnunet-ats.c @@ -454,7 +454,7 @@ testservice_ats (void *cls, if (NULL == ph) fprintf (stderr, _("Cannot connect to ATS service, exiting...\n")); - GNUNET_ATS_change_preference (ph, &pid, type, (double) value, GNUNET_ATS_PREFERENCE_END); + GNUNET_ATS_performance_change_preference (ph, &pid, type, (double) value, GNUNET_ATS_PREFERENCE_END); end_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, &end, NULL); } |