diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-12 10:51:11 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-09-12 10:51:11 +0000 |
commit | 7d683ad11269f67abc995da2c53f501766d81e21 (patch) | |
tree | 65f8dd73f5652f62e83b699b0d8cc7ca7f90000b /src/nse | |
parent | 4b7c997eb9c888b96dd6bf620881c94fb0ff29d6 (diff) |
triple star fun done
git-svn-id: https://gnunet.org/svn/gnunet@23757 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/nse')
-rw-r--r-- | src/nse/gnunet-nse-profiler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c index 7bab5121c5..b35abce3aa 100644 --- a/src/nse/gnunet-nse-profiler.c +++ b/src/nse/gnunet-nse-profiler.c @@ -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 @@ static char *topology_file; /** * 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 @@ controller_start_cb (void *cls, NULL, 0 /* mask */, &master_controller_cb, NULL); + testbed = GNUNET_TESTBED_create (controller, num_hosts, hosts, num_peers, |