aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
parent0722614037876469e205546db5ab5fc892b5cf8c (diff)
downloadgnunet-70e6847205a9f9b9b660be2a173d5bc309eaa58d.tar.gz
gnunet-70e6847205a9f9b9b660be2a173d5bc309eaa58d.zip
quota management and better name for NO_TASK'
'
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 73fb84981..04d9d8801 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -463,7 +463,7 @@ schedule_peer_search ()
463 GNUNET_SCHEDULER_add_delayed (sched, 463 GNUNET_SCHEDULER_add_delayed (sched,
464 GNUNET_NO, 464 GNUNET_NO,
465 GNUNET_SCHEDULER_PRIORITY_DEFAULT, 465 GNUNET_SCHEDULER_PRIORITY_DEFAULT,
466 GNUNET_SCHEDULER_NO_PREREQUISITE_TASK, 466 GNUNET_SCHEDULER_NO_TASK,
467 delay, 467 delay,
468 &find_more_peers, 468 &find_more_peers,
469 NULL); 469 NULL);
@@ -706,7 +706,7 @@ core_init (void *cls,
706 GNUNET_SCHEDULER_add_delayed (sched, 706 GNUNET_SCHEDULER_add_delayed (sched,
707 GNUNET_NO, 707 GNUNET_NO,
708 GNUNET_SCHEDULER_PRIORITY_DEFAULT, 708 GNUNET_SCHEDULER_PRIORITY_DEFAULT,
709 GNUNET_SCHEDULER_NO_PREREQUISITE_TASK, 709 GNUNET_SCHEDULER_NO_TASK,
710 GNUNET_TIME_UNIT_SECONDS /* give core time to tell us about existing connections */, 710 GNUNET_TIME_UNIT_SECONDS /* give core time to tell us about existing connections */,
711 &find_more_peers, 711 &find_more_peers,
712 NULL); 712 NULL);
@@ -1053,7 +1053,7 @@ run (void *cls,
1053 GNUNET_SCHEDULER_add_delayed (sched, 1053 GNUNET_SCHEDULER_add_delayed (sched,
1054 GNUNET_YES, 1054 GNUNET_YES,
1055 GNUNET_SCHEDULER_PRIORITY_IDLE, 1055 GNUNET_SCHEDULER_PRIORITY_IDLE,
1056 GNUNET_SCHEDULER_NO_PREREQUISITE_TASK, 1056 GNUNET_SCHEDULER_NO_TASK,
1057 GNUNET_TIME_UNIT_FOREVER_REL, 1057 GNUNET_TIME_UNIT_FOREVER_REL,
1058 &cleaning_task, NULL); 1058 &cleaning_task, NULL);
1059} 1059}