aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-10 10:07:26 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-10 10:07:26 +0000
commit409c2404410b706d2eadacee3db61db76ff6b50e (patch)
tree58940d09534bd79b06e49ae4a42b89913ee3f86f /src/hostlist
parent19a69deaef6bc3db63a31277a7d1bfef95f398de (diff)
downloadgnunet-409c2404410b706d2eadacee3db61db76ff6b50e.tar.gz
gnunet-409c2404410b706d2eadacee3db61db76ff6b50e.zip
wrong name
Diffstat (limited to 'src/hostlist')
-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 418eb5bde..c9856de69 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1080,7 +1080,7 @@ task_check (void *cls,
1080 hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 1080 hostlist_delay = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS,
1081 (1 + stat_connection_count)); 1081 (1 + stat_connection_count));
1082 GNUNET_STATISTICS_set (stats, 1082 GNUNET_STATISTICS_set (stats,
1083 gettext_noop("# seconds between hostlist downloads"), 1083 gettext_noop("# milliseconds between hostlist downloads"),
1084 hostlist_delay.value, 1084 hostlist_delay.value,
1085 GNUNET_YES); 1085 GNUNET_YES);
1086 if (0 == once) 1086 if (0 == once)
@@ -1585,7 +1585,7 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
1585 } 1585 }
1586 GNUNET_STATISTICS_get (stats, 1586 GNUNET_STATISTICS_get (stats,
1587 "hostlist", 1587 "hostlist",
1588 gettext_noop("# seconds between hostlist downloads"), 1588 gettext_noop("# milliseconds between hostlist downloads"),
1589 GNUNET_TIME_UNIT_MINUTES, 1589 GNUNET_TIME_UNIT_MINUTES,
1590 &primary_task, 1590 &primary_task,
1591 &process_stat, 1591 &process_stat,