aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-12 12:05:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-12 12:05:28 +0000
commit87c71e33ab62b62b23a8a5b4ba40cac413cb9029 (patch)
tree8689ff76cddfa88a8a4d1793613000d65bb4ad89 /src/hostlist/hostlist-client.c
parent858d1de8df36bf53e23cd55281025c6458356bc6 (diff)
downloadgnunet-87c71e33ab62b62b23a8a5b4ba40cac413cb9029.tar.gz
gnunet-87c71e33ab62b62b23a8a5b4ba40cac413cb9029.zip
update
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index b63644b41..ee33c83fc 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -650,7 +650,7 @@ schedule_hostlist_task ()
650 hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 650 hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS,
651 (1 + connection_count)); 651 (1 + connection_count));
652 GNUNET_STATISTICS_set (stats, 652 GNUNET_STATISTICS_set (stats,
653 gettext_noop("Minimum time between hostlist downloads"), 653 gettext_noop("# seconds between hostlist downloads"),
654 hostlist_delay.value, 654 hostlist_delay.value,
655 GNUNET_YES); 655 GNUNET_YES);
656 if (0 == once) 656 if (0 == once)
@@ -809,7 +809,7 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
809 *msgh = &advertisement_handler; 809 *msgh = &advertisement_handler;
810 GNUNET_STATISTICS_get (stats, 810 GNUNET_STATISTICS_get (stats,
811 "hostlist", 811 "hostlist",
812 gettext_noop("Minimum time between hostlist downloads"), 812 gettext_noop("# seconds between hostlist downloads"),
813 GNUNET_TIME_UNIT_MINUTES, 813 GNUNET_TIME_UNIT_MINUTES,
814 &primary_task, 814 &primary_task,
815 &process_stat, 815 &process_stat,