aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-05-08 17:10:10 +0000
committerBart Polot <bart@net.in.tum.de>2012-05-08 17:10:10 +0000
commit16546613251edfcd595e4f584b1a2d2a414d0b1a (patch)
tree0a01bd8afdcb9501ee7f9be6d2ecc59648e40392 /src/statistics
parent9d268909fe579e36510ef03055c6cec9baa7d07a (diff)
downloadgnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.tar.gz
gnunet-16546613251edfcd595e4f584b1a2d2a414d0b1a.zip
Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroy
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
-rw-r--r--src/statistics/test_statistics_api_watch_zero_value.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index 84d3f5a23..11f02b817 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -153,7 +153,7 @@ check ()
153 ok = 1; 153 ok = 1;
154 } 154 }
155 GNUNET_OS_process_wait (proc); 155 GNUNET_OS_process_wait (proc);
156 GNUNET_OS_process_close (proc); 156 GNUNET_OS_process_destroy (proc);
157 proc = NULL; 157 proc = NULL;
158#endif 158#endif
159 if (ok != 0) 159 if (ok != 0)
@@ -175,7 +175,7 @@ check ()
175 ok = 1; 175 ok = 1;
176 } 176 }
177 GNUNET_OS_process_wait (proc); 177 GNUNET_OS_process_wait (proc);
178 GNUNET_OS_process_close (proc); 178 GNUNET_OS_process_destroy (proc);
179 proc = NULL; 179 proc = NULL;
180#endif 180#endif
181 return ok; 181 return ok;
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index 32b176caa..58114f278 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -114,7 +114,7 @@ check ()
114 ok = 1; 114 ok = 1;
115 } 115 }
116 GNUNET_OS_process_wait (proc); 116 GNUNET_OS_process_wait (proc);
117 GNUNET_OS_process_close (proc); 117 GNUNET_OS_process_destroy (proc);
118 proc = NULL; 118 proc = NULL;
119#endif 119#endif
120 return ok; 120 return ok;
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index 979b5610e..e976bd473 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -145,7 +145,7 @@ check ()
145 ok = 1; 145 ok = 1;
146 } 146 }
147 GNUNET_OS_process_wait (proc); 147 GNUNET_OS_process_wait (proc);
148 GNUNET_OS_process_close (proc); 148 GNUNET_OS_process_destroy (proc);
149 proc = NULL; 149 proc = NULL;
150#endif 150#endif
151 return ok; 151 return ok;
diff --git a/src/statistics/test_statistics_api_watch_zero_value.c b/src/statistics/test_statistics_api_watch_zero_value.c
index 9df09e45a..9fadf6a6c 100644
--- a/src/statistics/test_statistics_api_watch_zero_value.c
+++ b/src/statistics/test_statistics_api_watch_zero_value.c
@@ -179,7 +179,7 @@ check ()
179 ok = 1; 179 ok = 1;
180 } 180 }
181 GNUNET_OS_process_wait (proc); 181 GNUNET_OS_process_wait (proc);
182 GNUNET_OS_process_close (proc); 182 GNUNET_OS_process_destroy (proc);
183 proc = NULL; 183 proc = NULL;
184#endif 184#endif
185 if ((0 == ok) && (0 == ok2)) 185 if ((0 == ok) && (0 == ok2))