aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/test_statistics_api.c2
-rw-r--r--src/statistics/test_statistics_api_loop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index 6a45e3b10..cce90146c 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -157,7 +157,7 @@ check ()
157 GNUNET_GETOPT_OPTION_END 157 GNUNET_GETOPT_OPTION_END
158 }; 158 };
159#if START_SERVICE 159#if START_SERVICE
160 GNUNET_OS_Process *proc; 160 struct GNUNET_OS_Process *proc;
161 proc = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 161 proc = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics",
162 "gnunet-service-statistics", 162 "gnunet-service-statistics",
163#if DEBUG_STATISTICS 163#if DEBUG_STATISTICS
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index b4e7ae7ab..7eaa9d27b 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -96,7 +96,7 @@ check ()
96 GNUNET_GETOPT_OPTION_END 96 GNUNET_GETOPT_OPTION_END
97 }; 97 };
98#if START_SERVICE 98#if START_SERVICE
99 GNUNET_OS_Process *proc; 99 struct GNUNET_OS_Process *proc;
100 proc = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 100 proc = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics",
101 "gnunet-service-statistics", 101 "gnunet-service-statistics",
102#if DEBUG_STATISTICS 102#if DEBUG_STATISTICS