gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32759 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32759 - gnunet/src/mesh
Date: Sat, 22 Mar 2014 03:58:26 +0100

Author: bartpolot
Date: 2014-03-22 03:58:26 +0100 (Sat, 22 Mar 2014)
New Revision: 32759

Modified:
   gnunet/src/mesh/gnunet-mesh-profiler.c
Log:
- log

Modified: gnunet/src/mesh/gnunet-mesh-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 02:58:24 UTC (rev 
32758)
+++ gnunet/src/mesh/gnunet-mesh-profiler.c      2014-03-22 02:58:26 UTC (rev 
32759)
@@ -242,7 +242,21 @@
  */
 static int test_finished;
 
+
 /**
+ * START THE TEST ITSELF, AS WE ARE CONNECTED TO THE MESH SERVICES.
+ *
+ * Testcase continues when the root receives confirmation of connected peers,
+ * on callback funtion ch.
+ *
+ * @param cls Closure (unsued).
+ * @param tc Task Context.
+ */
+static void
+start_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
+
+
+/**
  * Calculate a random delay.
  *
  * @param max Exclusive maximum, in ms.
@@ -779,8 +793,8 @@
   GNUNET_assert (NULL != peer);
   if (NULL == peers[n].incoming)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "WARMUP %u <= %u\n",
-                n, get_index (peer), channel);
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO, "WARMUP %3u: %u <= %u\n",
+                peers_warmup, n, get_index (peer));
     peers_warmup++;
     if (peers_warmup < peers_total)
       return NULL;




reply via email to

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