diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-27 12:26:46 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-27 12:26:46 +0000 |
commit | 339b99b24d5247b4c1d2397c53e9aef471c4b3fe (patch) | |
tree | f6738747ca5dd0431b9258f668eb3fb6d33c19e5 /src/hostlist | |
parent | 6549574748c9583f86fc35dbb47d7709cafe671d (diff) |
-fix ftbfs
Diffstat (limited to 'src/hostlist')
-rw-r--r-- | src/hostlist/test_gnunet_daemon_hostlist_learning.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c index 717311be74..6edc6cbbd7 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c +++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c @@ -280,7 +280,6 @@ check_statistics (void *cls) GNUNET_STATISTICS_get_cancel (download_stats); download_stats = GNUNET_STATISTICS_get (learn_peer.stats, "hostlist", stat, - GNUNET_TIME_UNIT_MINUTES, &process_downloads_done, &process_downloads, &learn_peer); if (NULL != urisrecv_stat) @@ -288,7 +287,6 @@ check_statistics (void *cls) urisrecv_stat = GNUNET_STATISTICS_get (learn_peer.stats, "hostlist", gettext_noop ("# advertised hostlist URIs"), - GNUNET_TIME_UNIT_MINUTES, &process_uris_recv_done, &process_uris_recv, &learn_peer); } @@ -300,7 +298,7 @@ check_statistics (void *cls) advsent_stat = GNUNET_STATISTICS_get (adv_peer.stats, "hostlist", gettext_noop ("# hostlist advertisements send"), - GNUNET_TIME_UNIT_MINUTES, &process_adv_sent_done, + &process_adv_sent_done, &process_adv_sent, NULL); } check_task = |