aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
commitcf45b8dff29c366d51aa2e6ea6a64b99b514b9c9 (patch)
tree5cb37c041743daff5af528dbbe24f5c563ce702e /src/hostlist/gnunet-daemon-hostlist.c
parentb91546a3de767292e6472c6b1927480adba43d88 (diff)
downloadgnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.tar.gz
gnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.zip
bugfixes and redesigning scheduler API
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 5aa4e70ea..78584cac9 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -177,9 +177,6 @@ run (void *cls,
177 NULL, GNUNET_NO, 177 NULL, GNUNET_NO,
178 handlers); 178 handlers);
179 GNUNET_SCHEDULER_add_delayed (sched, 179 GNUNET_SCHEDULER_add_delayed (sched,
180 GNUNET_YES,
181 GNUNET_SCHEDULER_PRIORITY_IDLE,
182 GNUNET_SCHEDULER_NO_TASK,
183 GNUNET_TIME_UNIT_FOREVER_REL, 180 GNUNET_TIME_UNIT_FOREVER_REL,
184 &cleaning_task, NULL); 181 &cleaning_task, NULL);
185} 182}