aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-01 09:03:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-01 09:03:30 +0000
commitc2c2321102d8b2ce8cd3cba888138a6be86e2b87 (patch)
tree2e8feaa5aa09e6ee6877f330eb6613315ff04c34 /src/statistics/test_statistics_api_loop.c
parentbb8008b30082fc8096c3f407dd2e2f3e42442f47 (diff)
downloadgnunet-c2c2321102d8b2ce8cd3cba888138a6be86e2b87.tar.gz
gnunet-c2c2321102d8b2ce8cd3cba888138a6be86e2b87.zip
stats fixes
Diffstat (limited to 'src/statistics/test_statistics_api_loop.c')
-rw-r--r--src/statistics/test_statistics_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index b70e92bdc..5ba6132bf 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -79,7 +79,7 @@ run (void *cls,
79 i = 0; 79 i = 0;
80 GNUNET_break (NULL != 80 GNUNET_break (NULL !=
81 GNUNET_STATISTICS_get (h, NULL, "test-0", 81 GNUNET_STATISTICS_get (h, NULL, "test-0",
82 GNUNET_TIME_UNIT_SECONDS, &next, &check_1, cls)); 82 GNUNET_TIME_UNIT_MINUTES, &next, &check_1, cls));
83} 83}
84 84
85 85