aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-uri.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/util/gnunet-uri.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/util/gnunet-uri.c')
-rw-r--r--src/util/gnunet-uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-uri.c b/src/util/gnunet-uri.c
index 1964aade4..3465b5906 100644
--- a/src/util/gnunet-uri.c
+++ b/src/util/gnunet-uri.c
@@ -62,7 +62,7 @@ maint_child_death (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
62 (0 == code) ) 62 (0 == code) )
63 ret = 0; 63 ret = 0;
64 else 64 else
65 GNUNET_break (0 == GNUNET_OS_process_kill (p, SIGTERM)); 65 GNUNET_break (0 == GNUNET_OS_process_kill (p, GNUNET_TERM_SIG));
66 GNUNET_OS_process_destroy (p); 66 GNUNET_OS_process_destroy (p);
67} 67}
68 68