aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-31 09:15:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-31 09:15:05 +0000
commitf2ac1a162054f0f7646b35d3a03d623c58a24c20 (patch)
tree55b60da9bd2080693e6ac4d138bfc7c491fec645 /src/testbed/gnunet-testbed-profiler.c
parent0a0036407218d7f9588d2b6b796b2a6f779bf700 (diff)
downloadgnunet-f2ac1a162054f0f7646b35d3a03d623c58a24c20.tar.gz
gnunet-f2ac1a162054f0f7646b35d3a03d623c58a24c20.zip
locate helpers in libexec
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 0d9143a86..6a5b3cf71 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -718,7 +718,7 @@ run (void *cls, char *const *args, const char *cfgfile,
718 } 718 }
719 for (nhost = 0; nhost < num_hosts; nhost++) 719 for (nhost = 0; nhost < num_hosts; nhost++)
720 { 720 {
721 if (GNUNET_YES != GNUNET_TESTBED_is_host_habitable (hosts[nhost])) 721 if (GNUNET_YES != GNUNET_TESTBED_is_host_habitable (hosts[nhost], config))
722 { 722 {
723 fprintf (stderr, _("Host %s cannot start testbed\n"), 723 fprintf (stderr, _("Host %s cannot start testbed\n"),
724 GNUNET_TESTBED_host_get_hostname_ (hosts[nhost])); 724 GNUNET_TESTBED_host_get_hostname_ (hosts[nhost]));