aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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{