aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.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/core/test_core_api_reliability.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/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index ddc3c585e..97006fe95 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -447,7 +447,7 @@ run (void *cls, char *const *args, const char *cfgfile,
447static void 447static void
448stop_arm (struct PeerContext *p) 448stop_arm (struct PeerContext *p)
449{ 449{
450 if (0 != GNUNET_OS_process_kill (p->arm_proc, SIGTERM)) 450 if (0 != GNUNET_OS_process_kill (p->arm_proc, GNUNET_TERM_SIG))
451 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 451 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
452 if (GNUNET_OS_process_wait (p->arm_proc) != GNUNET_OK) 452 if (GNUNET_OS_process_wait (p->arm_proc) != GNUNET_OK)
453 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid"); 453 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid");