aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-profiler.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/regex/gnunet-regex-profiler.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/regex/gnunet-regex-profiler.c')
-rw-r--r--src/regex/gnunet-regex-profiler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index f65681848..2114e2cb1 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -663,7 +663,6 @@ stats_connect_cb (void *cls,
663 peer->stats_handle = ca_result; 663 peer->stats_handle = ca_result;
664 664
665 if (NULL == GNUNET_STATISTICS_get (peer->stats_handle, NULL, NULL, 665 if (NULL == GNUNET_STATISTICS_get (peer->stats_handle, NULL, NULL,
666 GNUNET_TIME_UNIT_FOREVER_REL,
667 &stats_cb, 666 &stats_cb,
668 &stats_iterator, peer)) 667 &stats_iterator, peer))
669 { 668 {