gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25514 - gnunet/src/nse
Date: Mon, 17 Dec 2012 15:26:17 +0100

Author: harsha
Date: 2012-12-17 15:26:17 +0100 (Mon, 17 Dec 2012)
New Revision: 25514

Modified:
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
- fix compile; NSE profile still incomplete

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2012-12-17 13:15:09 UTC (rev 
25513)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2012-12-17 14:26:17 UTC (rev 
25514)
@@ -248,10 +248,10 @@
  */
 static struct GNUNET_TESTBED_ControllerProc *copro;
 
-/**
- * Testbed handle.
- */
-static struct GNUNET_TESTBED_Testbed *testbed;
+/* /\** */
+/*  * Testbed handle. */
+/*  *\/ */
+/* static struct GNUNET_TESTBED_Testbed *testbed; */
 
 
 /**
@@ -288,8 +288,8 @@
 {
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Ending test.\n");    
   close_monitor_connections ();
-  if (NULL != testbed)
-    GNUNET_TESTBED_destroy (testbed);
+  /* if (NULL != testbed) */
+  /*   GNUNET_TESTBED_destroy (testbed); */
   if (NULL != controller)
     GNUNET_TESTBED_controller_disconnect (controller);
   if (NULL != copro)
@@ -904,12 +904,12 @@
                                               0 /* mask */,
                                               &master_controller_cb, NULL);
 
-  testbed = GNUNET_TESTBED_create (controller,
-                                  num_hosts, hosts, 
-                                  num_peers,
-                                  cfg,
-                                  0 /* FIXME: topology */,
-                                  NULL /* FIXME: topology options */);
+  /* testbed = GNUNET_TESTBED_create (controller, */
+  /*                              num_hosts, hosts,  */
+  /*                              num_peers, */
+  /*                              cfg, */
+  /*                              0 /\* FIXME: topology *\/, */
+  /*                              NULL /\* FIXME: topology options *\/); */
 }
 
 




reply via email to

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