aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-12 10:44:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-12 10:44:39 +0000
commit408d03be57dd4ddc3d401d9596952e2e4ebcbc41 (patch)
treeb32c7f59627e9fbaca21f6524e8f3dc234a30d13 /src/nse/gnunet-nse-profiler.c
parent7be14112c9baad0b15f2b810d9360914da1b481e (diff)
downloadgnunet-408d03be57dd4ddc3d401d9596952e2e4ebcbc41.tar.gz
gnunet-408d03be57dd4ddc3d401d9596952e2e4ebcbc41.zip
triple star fun
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-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 ca9ec85f4..7bab5121c 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -232,7 +232,7 @@ static char *topology_file;
232/** 232/**
233 * List of hosts we use for the testbed. 233 * List of hosts we use for the testbed.
234 */ 234 */
235static struct GNUNET_TESTBED_Host **hosts; 235static struct GNUNET_TESTBED_Host *hosts;
236 236
237/** 237/**
238 * Size of the 'hosts' array. 238 * Size of the 'hosts' array.
@@ -893,7 +893,7 @@ controller_start_cb (void *cls,
893 return; 893 return;
894 } 894 }
895 num_hosts = GNUNET_TESTBED_hosts_load_from_file (hosts_file, 895 num_hosts = GNUNET_TESTBED_hosts_load_from_file (hosts_file,
896 /* FIXME: & */ hosts); 896 &hosts);
897 if (0 == num_hosts) 897 if (0 == num_hosts)
898 { 898 {
899 fprintf (stderr, 899 fprintf (stderr,