gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23757 - in gnunet/src: include nse


From: gnunet
Subject: [GNUnet-SVN] r23757 - in gnunet/src: include nse
Date: Wed, 12 Sep 2012 12:51:11 +0200

Author: grothoff
Date: 2012-09-12 12:51:11 +0200 (Wed, 12 Sep 2012)
New Revision: 23757

Modified:
   gnunet/src/include/gnunet_testbed_service.h
   gnunet/src/nse/gnunet-nse-profiler.c
Log:
triple star fun done

Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2012-09-12 10:44:39 UTC (rev 
23756)
+++ gnunet/src/include/gnunet_testbed_service.h 2012-09-12 10:51:11 UTC (rev 
23757)
@@ -380,8 +380,7 @@
 
 
 /**
- * Starts a controller process at the host. FIXME: add controller start 
callback
- * with the configuration with which the controller is started
+ * Starts a controller process at the host. 
  *
  * @param controller_ip the ip address of the controller. Will be set as 
TRUSTED
  *          host when starting testbed controller at host

Modified: gnunet/src/nse/gnunet-nse-profiler.c
===================================================================
--- gnunet/src/nse/gnunet-nse-profiler.c        2012-09-12 10:44:39 UTC (rev 
23756)
+++ gnunet/src/nse/gnunet-nse-profiler.c        2012-09-12 10:51:11 UTC (rev 
23757)
@@ -27,7 +27,6 @@
  *
  * TODO:
  * - need to enable user to specify topology options
- * - need minor fix with "***"-host argument change in TESTBED (TBD there)
  * - need to check for leaks (especially FD leaks)
  * - need to TEST
  */
@@ -232,7 +231,7 @@
 /**
  * List of hosts we use for the testbed.
  */
-static struct GNUNET_TESTBED_Host *hosts;
+static struct GNUNET_TESTBED_Host **hosts;
 
 /**
  * Size of the 'hosts' array.
@@ -905,6 +904,7 @@
                                               NULL, 
                                               0 /* mask */,
                                               &master_controller_cb, NULL);
+
   testbed = GNUNET_TESTBED_create (controller,
                                   num_hosts, hosts, 
                                   num_peers,




reply via email to

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