aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/statistics
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/test_statistics_api.c4
-rw-r--r--src/statistics/test_statistics_api_loop.c2
-rw-r--r--src/statistics/test_statistics_api_watch.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index efaf2d2ee..0647a4942 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -144,7 +144,7 @@ check ()
144 struct GNUNET_OS_Process *proc; 144 struct GNUNET_OS_Process *proc;
145 145
146 proc = 146 proc =
147 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 147 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics",
148 "gnunet-service-statistics", 148 "gnunet-service-statistics",
149#if DEBUG_STATISTICS 149#if DEBUG_STATISTICS
150 "-L", "DEBUG", 150 "-L", "DEBUG",
@@ -170,7 +170,7 @@ check ()
170#if START_SERVICE 170#if START_SERVICE
171 /* restart to check persistence! */ 171 /* restart to check persistence! */
172 proc = 172 proc =
173 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 173 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics",
174 "gnunet-service-statistics", 174 "gnunet-service-statistics",
175#if DEBUG_STATISTICS 175#if DEBUG_STATISTICS
176 "-L", "DEBUG", 176 "-L", "DEBUG",
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index eb739b752..32b176caa 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -97,7 +97,7 @@ check ()
97 struct GNUNET_OS_Process *proc; 97 struct GNUNET_OS_Process *proc;
98 98
99 proc = 99 proc =
100 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 100 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics",
101 "gnunet-service-statistics", 101 "gnunet-service-statistics",
102#if DEBUG_STATISTICS 102#if DEBUG_STATISTICS
103 "-L", "DEBUG", 103 "-L", "DEBUG",
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index a70b8b311..979b5610e 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -127,7 +127,7 @@ check ()
127 struct GNUNET_OS_Process *proc; 127 struct GNUNET_OS_Process *proc;
128 128
129 proc = 129 proc =
130 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-statistics", 130 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-statistics",
131 "gnunet-service-statistics", 131 "gnunet-service-statistics",
132#if VERBOSE 132#if VERBOSE
133 "-L", "DEBUG", 133 "-L", "DEBUG",