aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parent08ec0685c2005fd9cda43313965dfac08435d548 (diff)
downloadgnunet-dfeff1e1c0fc366a6d7c6c8e85cf8621a0eaa181.tar.gz
gnunet-dfeff1e1c0fc366a6d7c6c8e85cf8621a0eaa181.zip
add args for GNUNET_OS_start_process's
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 0bea99b01..973838006 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -175,7 +175,7 @@ check ()
175 struct GNUNET_GETOPT_CommandLineOption options[] = { 175 struct GNUNET_GETOPT_CommandLineOption options[] = {
176 GNUNET_GETOPT_OPTION_END 176 GNUNET_GETOPT_OPTION_END
177 }; 177 };
178 pid = GNUNET_OS_start_process ("gnunet-service-peerinfo", 178 pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-peerinfo",
179 "gnunet-service-peerinfo", 179 "gnunet-service-peerinfo",
180#if DEBUG_PEERINFO 180#if DEBUG_PEERINFO
181 "-L", "DEBUG", 181 "-L", "DEBUG",