gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18273 - gnunet/src/nse
Date: Wed, 23 Nov 2011 11:53:15 +0100

Author: bartpolot
Date: 2011-11-23 11:53:15 +0100 (Wed, 23 Nov 2011)
New Revision: 18273

Modified:
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
- Fixed nse profiler handling of config files

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2011-11-23 10:29:35 UTC (rev 
18272)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2011-11-23 10:53:15 UTC (rev 
18273)
@@ -29,7 +29,7 @@
 #include "gnunet_testing_lib.h"
 #include "gnunet_nse_service.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE 3
 
 struct NSEPeer
 {
@@ -540,7 +540,8 @@
   char *data_filename;
 
   ok = 1;
-  testing_cfg = GNUNET_CONFIGURATION_create ();
+  //testing_cfg = GNUNET_CONFIGURATION_create ();
+  testing_cfg = GNUNET_CONFIGURATION_dup (cfg);
 #if VERBOSE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting daemons.\n");
   GNUNET_CONFIGURATION_set_value_string (testing_cfg, "testing",




reply via email to

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