aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_scheduler_lib.h')
-rw-r--r--src/include/gnunet_scheduler_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index 87cb3b6f1..1a0438bed 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.h
@@ -346,7 +346,7 @@ GNUNET_SCHEDULER_add_delayed_with_priority (struct GNUNET_TIME_Relative delay,
346 * scheduled for execution once either the delay has expired or the 346 * scheduled for execution once either the delay has expired or the
347 * socket operation is ready. It will be run with the DEFAULT priority. 347 * socket operation is ready. It will be run with the DEFAULT priority.
348 * 348 *
349 * * @param delay when should this operation time out? 349 * @param delay when should this operation time out?
350 * @param rfd read file-descriptor 350 * @param rfd read file-descriptor
351 * @param task main function of the task 351 * @param task main function of the task
352 * @param task_cls closure of @a task 352 * @param task_cls closure of @a task