aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.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/transport/transport-testing.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/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 3ef6e4b21..752106bfe 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -304,7 +304,8 @@ GNUNET_TRANSPORT_TESTING_start_peer (struct GNUNET_TRANSPORT_TESTING_handle
304 } 304 }
305 305
306 p->arm_proc = 306 p->arm_proc =
307 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 307 GNUNET_OS_start_process (GNUNET_YES,
308 NULL, NULL, "gnunet-service-arm",
308 "gnunet-service-arm", "-c", cfgname, 309 "gnunet-service-arm", "-c", cfgname,
309#if VERBOSE_PEERS 310#if VERBOSE_PEERS
310 "-L", "DEBUG", 311 "-L", "DEBUG",
@@ -420,7 +421,8 @@ GNUNET_TRANSPORT_TESTING_restart_peer (struct GNUNET_TRANSPORT_TESTING_handle
420 goto fail; 421 goto fail;
421 422
422 p->arm_proc = 423 p->arm_proc =
423 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 424 GNUNET_OS_start_process (GNUNET_YES,
425 NULL, NULL, "gnunet-service-arm",
424 "gnunet-service-arm", "-c", cfgname, 426 "gnunet-service-arm", "-c", cfgname,
425#if VERBOSE_PEERS 427#if VERBOSE_PEERS
426 "-L", "DEBUG", 428 "-L", "DEBUG",