aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-28 13:27:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-28 13:27:50 +0000
commit585609670e08b923a1ebd173d0b671d0de0e1424 (patch)
tree8f9e16a925d486eda4220e9a4b02e8756a9e6e9f /src/util/scheduler.c
parent7ba9eb10f99594e5a4bf5a27c4c4747fbd8cc88c (diff)
downloadgnunet-585609670e08b923a1ebd173d0b671d0de0e1424.tar.gz
gnunet-585609670e08b923a1ebd173d0b671d0de0e1424.zip
-doxygen
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 140692362..45cc02086 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -1348,8 +1348,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay,
1348 * either the delay has expired or the socket operation is ready. It 1348 * either the delay has expired or the socket operation is ready. It
1349 * will be run with the DEFAULT priority. 1349 * will be run with the DEFAULT priority.
1350 * 1350 *
1351 * * @param delay when should this operation time out? Use 1351 * @param delay when should this operation time out? Use
1352 * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown" 1352 * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
1353 * @param priority priority to use for the task
1353 * @param rfd read file-descriptor 1354 * @param rfd read file-descriptor
1354 * @param task main function of the task 1355 * @param task main function of the task
1355 * @param task_cls closure of task 1356 * @param task_cls closure of task