gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24953 - gnunet/src/mesh
Date: Wed, 14 Nov 2012 14:41:21 +0100

Author: szengel
Date: 2012-11-14 14:41:21 +0100 (Wed, 14 Nov 2012)
New Revision: 24953

Modified:
   gnunet/src/mesh/gnunet-regex-profiler.c
Log:
Removed waiting time before linking


Modified: gnunet/src/mesh/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/mesh/gnunet-regex-profiler.c     2012-11-14 13:08:31 UTC (rev 
24952)
+++ gnunet/src/mesh/gnunet-regex-profiler.c     2012-11-14 13:41:21 UTC (rev 
24953)
@@ -343,11 +343,6 @@
 static struct GNUNET_TIME_Relative search_delay = { 60000 };
 
 /**
- * Delay to wait before starting to configure the overlay topology
- */
-static struct GNUNET_TIME_Relative conf_topo_delay = { 10000 };
-
-/**
  * File to log statistics to.
  */
 static struct GNUNET_DISK_FileHandle *data_file;
@@ -1168,16 +1163,8 @@
     for (peer_cnt = 0; peer_cnt < num_peers; peer_cnt++)
       peer_handles[peer_cnt] = peers[peer_cnt].peer_handle;
 
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                "Waiting %s before starting to link peers\n",
-                GNUNET_STRINGS_relative_time_to_string (conf_topo_delay, 
GNUNET_YES));
-
-    printf ("Waiting %s before starting to link peers\n",
-            GNUNET_STRINGS_relative_time_to_string (conf_topo_delay, 
GNUNET_YES));
-    fflush (stdout);
-
     state = STATE_PEERS_LINKING;
-    GNUNET_SCHEDULER_add_delayed (conf_topo_delay, &do_configure_topology, 
NULL);
+    GNUNET_SCHEDULER_add_now (&do_configure_topology, NULL);
   }
 }
 




reply via email to

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