aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-12 00:07:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-12 00:07:33 +0000
commit27728a48d661e9ee546cc95aae8fa52050eefb29 (patch)
tree89450fc22b530dc592134ac18405180eeafe13b3 /src/testbed/gnunet-testbed-profiler.c
parent6d38e5b12b460d1d7f0a6eafe1410f7121e04002 (diff)
downloadgnunet-27728a48d661e9ee546cc95aae8fa52050eefb29.tar.gz
gnunet-27728a48d661e9ee546cc95aae8fa52050eefb29.zip
- change --enable-ll to --enable-supermuc
- define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index c6c472f92..5e4678590 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -225,7 +225,7 @@ test_run (void *cls,
225 result = GNUNET_OK; 225 result = GNUNET_OK;
226 fprintf (stdout, "\n"); 226 fprintf (stdout, "\n");
227 print_overlay_links_summary (); 227 print_overlay_links_summary ();
228#if !ENABLE_LL 228#if !ENABLE_SUPERMUC
229 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n"); 229 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n");
230 fflush (stdout); 230 fflush (stdout);
231 (void) getc (stdin); 231 (void) getc (stdin);
@@ -281,7 +281,7 @@ main (int argc, char *const *argv)
281 {'e', "num-errors", "COUNT", 281 {'e', "num-errors", "COUNT",
282 gettext_noop ("tolerate COUNT number of continious timeout failures"), 282 gettext_noop ("tolerate COUNT number of continious timeout failures"),
283 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails}, 283 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails},
284#if !ENABLE_LL 284#if !ENABLE_SUPERMUC
285 {'H', "hosts", "FILENAME", 285 {'H', "hosts", "FILENAME",
286 gettext_noop ("name of the file with the login information for the testbed"), 286 gettext_noop ("name of the file with the login information for the testbed"),
287 GNUNET_YES, &GNUNET_GETOPT_set_string, &hosts_file}, 287 GNUNET_YES, &GNUNET_GETOPT_set_string, &hosts_file},