aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace.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_namespace.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_namespace.c')
-rw-r--r--src/fs/test_fs_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index d0db8dfcf..5c60b9437 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -60,7 +60,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
60{ 60{
61 p->cfg = GNUNET_CONFIGURATION_create (); 61 p->cfg = GNUNET_CONFIGURATION_create ();
62#if START_ARM 62#if START_ARM
63 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 63 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
64 "gnunet-service-arm", 64 "gnunet-service-arm",
65#if VERBOSE 65#if VERBOSE
66 "-L", "DEBUG", 66 "-L", "DEBUG",