aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.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/core/test_core_api_reliability.c
parent9d268909fe579e36510ef03055c6cec9baa7d07a (diff)
downloadgnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.tar.gz
gnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.zip
Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroy
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 645b27e74..0c6a39ffb 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -482,7 +482,7 @@ stop_arm (struct PeerContext *p)
482 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid"); 482 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "waitpid");
483 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ARM process %u stopped\n", 483 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ARM process %u stopped\n",
484 GNUNET_OS_process_get_pid (p->arm_proc)); 484 GNUNET_OS_process_get_pid (p->arm_proc));
485 GNUNET_OS_process_close (p->arm_proc); 485 GNUNET_OS_process_destroy (p->arm_proc);
486 p->arm_proc = NULL; 486 p->arm_proc = NULL;
487#endif 487#endif
488 GNUNET_CONFIGURATION_destroy (p->cfg); 488 GNUNET_CONFIGURATION_destroy (p->cfg);