gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18350 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r18350 - gnunet/src/nse
Date: Mon, 28 Nov 2011 17:00:18 +0100

Author: bartpolot
Date: 2011-11-28 17:00:18 +0100 (Mon, 28 Nov 2011)
New Revision: 18350

Modified:
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
- Removed misleading code

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2011-11-28 15:56:09 UTC (rev 
18349)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2011-11-28 16:00:18 UTC (rev 
18350)
@@ -137,8 +137,6 @@
 
 static char *topology_file;
 
-static uint64_t clock_skew;
-
 /**
  * Check whether peers successfully shut down.
  */
@@ -601,17 +599,6 @@
   }
 
   if (GNUNET_YES ==
-      GNUNET_CONFIGURATION_get_value_yesno (testing_cfg, "nse-profiler",
-                                            "skew_clock"))
-  {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Setting our clock as skewed...\n");
-    clock_skew =
-        GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK,
-                                  GNUNET_TIME_UNIT_MINUTES.rel_value);
-  }
-
-
-  if (GNUNET_YES ==
       GNUNET_CONFIGURATION_get_value_string (cfg, "nse-profiler", 
"output_file",
                                              &temp_str))
   {




reply via email to

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