aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/util/scheduler.c
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
Diffstat (limited to 'src/util/scheduler.c')
-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 0ed48e793..e2f6700e4 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -260,6 +260,7 @@ static void *scheduler_select_cls;
260 * Sets the select function to use in the scheduler (scheduler_select). 260 * Sets the select function to use in the scheduler (scheduler_select).
261 * 261 *
262 * @param new_select new select function to use 262 * @param new_select new select function to use
263 * @param new_select_cls closure for 'new_select'
263 * @return previously used select function, NULL for default 264 * @return previously used select function, NULL for default
264 */ 265 */
265void 266void