gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27397 - gnunet/src/ats
Date: Fri, 7 Jun 2013 15:18:59 +0200

Author: wachs
Date: 2013-06-07 15:18:59 +0200 (Fri, 07 Jun 2013)
New Revision: 27397

Modified:
   gnunet/src/ats/gnunet-service-ats-solver_proportional.c
Log:
changes


Modified: gnunet/src/ats/gnunet-service-ats-solver_proportional.c
===================================================================
--- gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-06-07 
13:13:09 UTC (rev 27396)
+++ gnunet/src/ats/gnunet-service-ats-solver_proportional.c     2013-06-07 
13:18:59 UTC (rev 27397)
@@ -29,7 +29,7 @@
 #include "gnunet-service-ats_addresses.h"
 #include "gnunet_statistics_service.h"
 
-#define LOG(kind,...) GNUNET_log_from (kind, "ats-simplistic",__VA_ARGS__)
+#define LOG(kind,...) GNUNET_log_from (kind, "ats-proportional",__VA_ARGS__)
 
 /**
  *
@@ -212,7 +212,7 @@
 #define MIN_UPDATE_INTERVAL GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 10)
 
 /**
- * A handle for the simplistic solver
+ * A handle for the proportional solver
  */
 struct GAS_PROPORTIONAL_Handle
 {
@@ -1138,7 +1138,7 @@
  */
 
 /**
- * Get the prefered address for a specific peer
+ * Get the preferred address for a specific peer
  *
  * @param solver the solver handle
  * @param addresses the address hashmap containing all addresses




reply via email to

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