aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-12 15:53:17 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-12 15:53:17 +0000
commit56f7c4934c0d9c18370fdcff5e5a3cd29363d474 (patch)
tree6db990ff705d29d36790ea68311ec3d54a85b0d6
parente9bbf03df190b245d455e5dcb07dc370901298b7 (diff)
downloadgnunet-56f7c4934c0d9c18370fdcff5e5a3cd29363d474.tar.gz
gnunet-56f7c4934c0d9c18370fdcff5e5a3cd29363d474.zip
dead arg doc
-rw-r--r--src/util/scheduler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index d90d436ed..f1cfd2c36 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -511,6 +511,7 @@ check_ready (const struct GNUNET_NETWORK_FDSet *rs,
511 * cause all tasks to run (as soon as possible, respecting 511 * cause all tasks to run (as soon as possible, respecting
512 * priorities and prerequisite tasks). Note that tasks 512 * priorities and prerequisite tasks). Note that tasks
513 * scheduled AFTER this call may still be delayed arbitrarily. 513 * scheduled AFTER this call may still be delayed arbitrarily.
514 */
514void 515void
515GNUNET_SCHEDULER_shutdown () 516GNUNET_SCHEDULER_shutdown ()
516{ 517{