aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-21 18:29:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-21 18:29:03 +0000
commit3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899 (patch)
treeb586e13615fe58377cef5c0a238a677e5fd8f609 /src/statistics/test_statistics_api_loop.c
parent1732154b8c021e7ee0e34c28cf3b1a843454727a (diff)
downloadgnunet-3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899.tar.gz
gnunet-3d7b29ec1c5d1c2de96cf4c9badaa112e86ef899.zip
update statistics API to use new MQ API style, also get rid of timeout argument
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 64e6dec5f..a7e2cbab5 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -70,7 +70,7 @@ run (void *cls, char *const *args, const char *cfgfile,
70 i = 0; 70 i = 0;
71 GNUNET_break (NULL != 71 GNUNET_break (NULL !=
72 GNUNET_STATISTICS_get (h, NULL, "test-0", 72 GNUNET_STATISTICS_get (h, NULL, "test-0",
73 GNUNET_TIME_UNIT_MINUTES, &next, 73 &next,
74 &check_1, cls)); 74 &check_1, cls));
75} 75}
76 76