aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_watch_zero_value.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/statistics/test_statistics_api_watch_zero_value.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/statistics/test_statistics_api_watch_zero_value.c')
-rw-r--r--src/statistics/test_statistics_api_watch_zero_value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_watch_zero_value.c b/src/statistics/test_statistics_api_watch_zero_value.c
index d78de9a9e..c42c44428 100644
--- a/src/statistics/test_statistics_api_watch_zero_value.c
+++ b/src/statistics/test_statistics_api_watch_zero_value.c
@@ -166,7 +166,7 @@ main (int argc, char *argv_ign[])
166 ok2 = 1; 166 ok2 = 1;
167 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run, 167 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run,
168 NULL); 168 NULL);
169 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 169 if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
170 { 170 {
171 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 171 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
172 ok = 1; 172 ok = 1;