aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_watch.c')
-rw-r--r--src/statistics/test_statistics_api_watch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index 78bc425c5..05806ac4b 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -122,7 +122,8 @@ main (int argc, char *argv_ign[])
122 122
123 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics"); 123 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics");
124 proc = 124 proc =
125 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, 125 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
126 NULL, NULL, NULL,
126 binary, 127 binary,
127 "gnunet-service-statistics", 128 "gnunet-service-statistics",
128 "-c", "test_statistics_api_data.conf", NULL); 129 "-c", "test_statistics_api_data.conf", NULL);