aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_watch_zero_value.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
commit2a35e345a204cb357361406f28e07bf9076cb092 (patch)
tree8c51b5dae07a1f3a3a6a13ac6c623e0b0df2a070 /src/statistics/test_statistics_api_watch_zero_value.c
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/statistics/test_statistics_api_watch_zero_value.c')
-rw-r--r--src/statistics/test_statistics_api_watch_zero_value.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_watch_zero_value.c b/src/statistics/test_statistics_api_watch_zero_value.c
index c42c44428..462c91ebe 100644
--- a/src/statistics/test_statistics_api_watch_zero_value.c
+++ b/src/statistics/test_statistics_api_watch_zero_value.c
@@ -157,7 +157,8 @@ main (int argc, char *argv_ign[])
157 157
158 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics"); 158 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics");
159 proc = 159 proc =
160 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, 160 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
161 NULL, NULL, NULL,
161 binary, 162 binary,
162 "gnunet-service-statistics", 163 "gnunet-service-statistics",
163 "-c", "test_statistics_api_data.conf", NULL); 164 "-c", "test_statistics_api_data.conf", NULL);