aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-08-25 12:59:28 +0200
committerlurchi <lurchi@strangeplace.net>2017-08-25 12:59:28 +0200
commit909c769cc09296f8abccf2a5ee6a6a687b4efc3a (patch)
tree3bbf74084373614c3ba61a60f1eb19ff73913827 /src/util/scheduler.c
parentba7ceb320716f8a1b20883fccbdec15fee41002b (diff)
downloadgnunet-909c769cc09296f8abccf2a5ee6a6a687b4efc3a.tar.gz
gnunet-909c769cc09296f8abccf2a5ee6a6a687b4efc3a.zip
clarify documentation about adding / deleting tasks
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 32916d99d..ac9494fa0 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -1829,12 +1829,13 @@ GNUNET_SCHEDULER_add_select (enum GNUNET_SCHEDULER_Priority prio,
1829 1829
1830/** 1830/**
1831 * Function used by event-loop implementations to signal the scheduler 1831 * Function used by event-loop implementations to signal the scheduler
1832 * that a particular @a task is ready due to an event of type @a et. 1832 * that a particular @a task is ready due to an event specified in the
1833 * et field of @a fdi.
1833 * 1834 *
1834 * This function will then queue the task to notify the application 1835 * This function will then queue the task to notify the application
1835 * that the task is ready (with the respective priority). 1836 * that the task is ready (with the respective priority).
1836 * 1837 *
1837 * @param task the task that is ready, NULL for wake up calls 1838 * @param task the task that is ready
1838 * @param fdi information about the related FD 1839 * @param fdi information about the related FD
1839 */ 1840 */
1840void 1841void