summaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-24 22:04:41 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-24 22:04:41 +0000
commit70e6847205a9f9b9b660be2a173d5bc309eaa58d (patch)
treee2649865fbff3e7cbb2e85e381a6268b9aa01e0d /src/hostlist/gnunet-daemon-hostlist.c
parent0722614037876469e205546db5ab5fc892b5cf8c (diff)
downloadgnunet-70e6847205a9f9b9b660be2a173d5bc309eaa58d.tar.gz
gnunet-70e6847205a9f9b9b660be2a173d5bc309eaa58d.zip
quota management and better name for NO_TASK'
'
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index ceb3415d5..281459b75 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -178,7 +178,7 @@ run (void *cls,
178 GNUNET_SCHEDULER_add_delayed (sched, 178 GNUNET_SCHEDULER_add_delayed (sched,
179 GNUNET_YES, 179 GNUNET_YES,
180 GNUNET_SCHEDULER_PRIORITY_IDLE, 180 GNUNET_SCHEDULER_PRIORITY_IDLE,
181 GNUNET_SCHEDULER_NO_PREREQUISITE_TASK, 181 GNUNET_SCHEDULER_NO_TASK,
182 GNUNET_TIME_UNIT_FOREVER_REL, 182 GNUNET_TIME_UNIT_FOREVER_REL,
183 &cleaning_task, NULL); 183 &cleaning_task, NULL);
184} 184}