aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.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_list_indexed.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_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 60dca2ec4..ce704f500 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -199,7 +199,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
199{ 199{
200 p->cfg = GNUNET_CONFIGURATION_create (); 200 p->cfg = GNUNET_CONFIGURATION_create ();
201#if START_ARM 201#if START_ARM
202 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 202 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
203 "gnunet-service-arm", 203 "gnunet-service-arm",
204#if VERBOSE 204#if VERBOSE
205 "-L", "DEBUG", 205 "-L", "DEBUG",