aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-19 13:23:04 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-19 13:23:04 +0000
commit71c69f178dd8ad00e917c8724c4f2417f8d9648f (patch)
treef2d68f75774acfc311f26b2a657dedc3be3e3ece /src/include/gnunet_scheduler_lib.h
parent691f0bfb0a1cbd2a862c4707c40b35aba13c92f1 (diff)
downloadgnunet-71c69f178dd8ad00e917c8724c4f2417f8d9648f.tar.gz
gnunet-71c69f178dd8ad00e917c8724c4f2417f8d9648f.zip
moderate udp support, not really tested (:
Diffstat (limited to 'src/include/gnunet_scheduler_lib.h')
-rw-r--r--src/include/gnunet_scheduler_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index 9ba4399ad..3205729a3 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.h
@@ -290,7 +290,7 @@ GNUNET_SCHEDULER_add_continuation (struct GNUNET_SCHEDULER_Handle *sched,
290 * @param sched scheduler to use 290 * @param sched scheduler to use
291 * @param prerequisite_task run this task after the task with the given 291 * @param prerequisite_task run this task after the task with the given
292 * task identifier completes (and any of our other 292 * task identifier completes (and any of our other
293 * conditions, such as delay, read or write-readyness 293 * conditions, such as delay, read or write-readiness
294 * are satisfied). Use GNUNET_SCHEDULER_NO_TASK to not have any dependency 294 * are satisfied). Use GNUNET_SCHEDULER_NO_TASK to not have any dependency
295 * on completion of other tasks (this will cause the task to run as 295 * on completion of other tasks (this will cause the task to run as
296 * soon as possible). 296 * soon as possible).
@@ -480,7 +480,7 @@ GNUNET_SCHEDULER_add_write_file (struct GNUNET_SCHEDULER_Handle *sched,
480 * @param prio how important is this task? 480 * @param prio how important is this task?
481 * @param prerequisite_task run this task after the task with the given 481 * @param prerequisite_task run this task after the task with the given
482 * task identifier completes (and any of our other 482 * task identifier completes (and any of our other
483 * conditions, such as delay, read or write-readyness 483 * conditions, such as delay, read or write-readiness
484 * are satisfied). Use GNUNET_SCHEDULER_NO_TASK to not have any dependency 484 * are satisfied). Use GNUNET_SCHEDULER_NO_TASK to not have any dependency
485 * on completion of other tasks. 485 * on completion of other tasks.
486 * @param delay how long should we wait? Use GNUNET_TIME_UNIT_FOREVER_REL for "forever", 486 * @param delay how long should we wait? Use GNUNET_TIME_UNIT_FOREVER_REL for "forever",