From e7d3bc3354b7d3cba8a9482afc742e1ffe342afe Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 18 Oct 2013 15:37:03 +0000 Subject: [PATCH] fix --- src/ats-tests/perf_ats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ats-tests/perf_ats.c b/src/ats-tests/perf_ats.c index ebafa442c..1b82b4ac7 100644 --- a/src/ats-tests/perf_ats.c +++ b/src/ats-tests/perf_ats.c @@ -942,13 +942,13 @@ ats_performance_info_cb (void *cls, const struct GNUNET_HELLO_Address *address, { case GNUNET_ATS_ARRAY_TERMINATOR: break; - case GNUNET_ATS_UTILIZATION_UP: + case GNUNET_ATS_UTILIZATION_OUT: if (p->ats_utilization_up != ntohl (ats[c_a].value)) log = GNUNET_YES; p->ats_utilization_up = ntohl (ats[c_a].value); break; - case GNUNET_ATS_UTILIZATION_DOWN: + case GNUNET_ATS_UTILIZATION_IN: if (p->ats_utilization_down != ntohl (ats[c_a].value)) log = GNUNET_YES; p->ats_utilization_down = ntohl (ats[c_a].value); -- 2.25.1