aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_start_only.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/core/test_core_api_start_only.c
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
Diffstat (limited to 'src/core/test_core_api_start_only.c')
-rw-r--r--src/core/test_core_api_start_only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 876e3b0f8..2eca57512 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -148,7 +148,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
148 p->cfg = GNUNET_CONFIGURATION_create (); 148 p->cfg = GNUNET_CONFIGURATION_create ();
149#if START_ARM 149#if START_ARM
150 p->arm_proc = 150 p->arm_proc =
151 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 151 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
152 "gnunet-service-arm", 152 "gnunet-service-arm",
153#if VERBOSE 153#if VERBOSE
154 "-L", "DEBUG", 154 "-L", "DEBUG",