aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-12 10:51:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-12 10:51:11 +0000
commita789a43546ecc40248284a4223391285c8de4752 (patch)
tree65f8dd73f5652f62e83b699b0d8cc7ca7f90000b /src/nse
parent408d03be57dd4ddc3d401d9596952e2e4ebcbc41 (diff)
downloadgnunet-a789a43546ecc40248284a4223391285c8de4752.tar.gz
gnunet-a789a43546ecc40248284a4223391285c8de4752.zip
triple star fun done
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-nse-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index 7bab5121c..b35abce3a 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -27,7 +27,6 @@
27 * 27 *
28 * TODO: 28 * TODO:
29 * - need to enable user to specify topology options 29 * - need to enable user to specify topology options
30 * - need minor fix with "***"-host argument change in TESTBED (TBD there)
31 * - need to check for leaks (especially FD leaks) 30 * - need to check for leaks (especially FD leaks)
32 * - need to TEST 31 * - need to TEST
33 */ 32 */
@@ -232,7 +231,7 @@ static char *topology_file;
232/** 231/**
233 * List of hosts we use for the testbed. 232 * List of hosts we use for the testbed.
234 */ 233 */
235static struct GNUNET_TESTBED_Host *hosts; 234static struct GNUNET_TESTBED_Host **hosts;
236 235
237/** 236/**
238 * Size of the 'hosts' array. 237 * Size of the 'hosts' array.
@@ -905,6 +904,7 @@ controller_start_cb (void *cls,
905 NULL, 904 NULL,
906 0 /* mask */, 905 0 /* mask */,
907 &master_controller_cb, NULL); 906 &master_controller_cb, NULL);
907
908 testbed = GNUNET_TESTBED_create (controller, 908 testbed = GNUNET_TESTBED_create (controller,
909 num_hosts, hosts, 909 num_hosts, hosts,
910 num_peers, 910 num_peers,