From: Matthias Wachs Date: Fri, 5 Jul 2013 11:00:57 +0000 (+0000) Subject: updating now works with bulk lock X-Git-Tag: initial-import-from-subversion-38251~8513 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90761a0a5a0826133a2dd2469ed65cf86928309d;p=oweals%2Fgnunet.git updating now works with bulk lock --- 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; } }