aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-16 12:19:23 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-16 12:19:23 +0000
commitdfeff1e1c0fc366a6d7c6c8e85cf8621a0eaa181 (patch)
treec7f297d164fb72e7b9509eb23766854de3cb4cc6 /src/fs/test_fs_download.c
parent08ec0685c2005fd9cda43313965dfac08435d548 (diff)
downloadgnunet-dfeff1e1c0fc366a6d7c6c8e85cf8621a0eaa181.tar.gz
gnunet-dfeff1e1c0fc366a6d7c6c8e85cf8621a0eaa181.zip
add args for GNUNET_OS_start_process's
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 3968068e4..af1fbfa50 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -238,7 +238,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
238{ 238{
239 p->cfg = GNUNET_CONFIGURATION_create (); 239 p->cfg = GNUNET_CONFIGURATION_create ();
240#if START_ARM 240#if START_ARM
241 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 241 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
242 "gnunet-service-arm", 242 "gnunet-service-arm",
243#if VERBOSE 243#if VERBOSE
244 "-L", "DEBUG", 244 "-L", "DEBUG",