aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-05-08 17:10:10 +0000
committerBart Polot <bart@net.in.tum.de>2012-05-08 17:10:10 +0000
commit16546613251edfcd595e4f584b1a2d2a414d0b1a (patch)
tree0a01bd8afdcb9501ee7f9be6d2ecc59648e40392 /src/util/helper.c
parent9d268909fe579e36510ef03055c6cec9baa7d07a (diff)
downloadgnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.tar.gz
gnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.zip
Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroy
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 1eaadfa78..9cf39bbfd 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -154,7 +154,7 @@ stop_helper (struct GNUNET_HELPER_Handle *h)
154 { 154 {
155 GNUNET_break (0 == GNUNET_OS_process_kill (h->helper_proc, SIGTERM)); 155 GNUNET_break (0 == GNUNET_OS_process_kill (h->helper_proc, SIGTERM));
156 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (h->helper_proc)); 156 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (h->helper_proc));
157 GNUNET_OS_process_close (h->helper_proc); 157 GNUNET_OS_process_destroy (h->helper_proc);
158 h->helper_proc = NULL; 158 h->helper_proc = NULL;
159 } 159 }
160 if (GNUNET_SCHEDULER_NO_TASK != h->restart_task) 160 if (GNUNET_SCHEDULER_NO_TASK != h->restart_task)