aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_publish.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/fs/test_fs_publish.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/fs/test_fs_publish.c')
-rw-r--r--src/fs/test_fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_publish.c b/src/fs/test_fs_publish.c
index 1ae3ab451..e52743876 100644
--- a/src/fs/test_fs_publish.c
+++ b/src/fs/test_fs_publish.c
@@ -173,7 +173,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
173 p->cfg = GNUNET_CONFIGURATION_create (); 173 p->cfg = GNUNET_CONFIGURATION_create ();
174#if START_ARM 174#if START_ARM
175 p->arm_proc = 175 p->arm_proc =
176 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 176 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
177 "gnunet-service-arm", 177 "gnunet-service-arm",
178#if VERBOSE 178#if VERBOSE
179 "-L", "DEBUG", 179 "-L", "DEBUG",