From 90761a0a5a0826133a2dd2469ed65cf86928309d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 5 Jul 2013 11:00:57 +0000 Subject: updating now works with bulk lock --- src/ats/gnunet-service-ats-solver_proportional.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/ats/gnunet-service-ats-solver_proportional.c b/src/ats/gnunet-service-ats-solver_proportional.c index 03cba6eb1..d248638ca 100644 --- a/src/ats/gnunet-service-ats-solver_proportional.c +++ b/src/ats/gnunet-service-ats-solver_proportional.c @@ -1132,11 +1132,10 @@ GAS_proportional_address_property_changed (void *solver, } LOG (GNUNET_ERROR_TYPE_DEBUG, - "Property `%s' for peer `%s' address %p changed to %.2f %p %p %p\n", + "Property `%s' for peer `%s' address %p changed to %.2f \n", GNUNET_ATS_print_property_type (type), GNUNET_i2s (&address->peer), - address, - rel_value, s, n, &distribute_bandwidth_in_network); + address, rel_value); switch (type) { case GNUNET_ATS_UTILIZATION_UP: @@ -1146,8 +1145,7 @@ GAS_proportional_address_property_changed (void *solver, case GNUNET_ATS_COST_WAN: case GNUNET_ATS_COST_LAN: case GNUNET_ATS_COST_WLAN: - - //FIXME distribute_bandwidth_in_network (s, n, GNUNET_NO); + distribute_bandwidth_in_network (s, n, GNUNET_NO); break; } } -- cgit v1.2.3