gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27756 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r27756 - gnunet/src/ats
Date: Fri, 5 Jul 2013 13:00:57 +0200

Author: wachs
Date: 2013-07-05 13:00:57 +0200 (Fri, 05 Jul 2013)
New Revision: 27756

Modified:
   gnunet/src/ats/gnunet-service-ats-solver_proportional.c
Log:
updating now works with bulk lock


Modified: gnunet/src/ats/gnunet-service-ats-solver_proportional.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-07-05 
11:00:39 UTC (rev 27755)
+++ gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-07-05 
11:00:57 UTC (rev 27756)
@@ -1132,11 +1132,10 @@
        }
 
   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 @@
        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;
   }
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]