aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
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/include/gnunet_scheduler_lib.h
parent7ba9eb10f99594e5a4bf5a27c4c4747fbd8cc88c (diff)
downloadgnunet-585609670e08b923a1ebd173d0b671d0de0e1424.tar.gz
gnunet-585609670e08b923a1ebd173d0b671d0de0e1424.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_scheduler_lib.h')
-rw-r--r--src/include/gnunet_scheduler_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index 864d2606a..472753424 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.h
@@ -419,8 +419,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay,
419 * either the delay has expired or the socket operation is ready. It 419 * either the delay has expired or the socket operation is ready. It
420 * will be run with the DEFAULT priority. 420 * will be run with the DEFAULT priority.
421 * 421 *
422 * * @param delay when should this operation time out? Use 422 * @param delay when should this operation time out? Use
423 * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown" 423 * GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
424 * @param priority priority to use for the task
424 * @param rfd read file-descriptor 425 * @param rfd read file-descriptor
425 * @param task main function of the task 426 * @param task main function of the task
426 * @param task_cls closure of task 427 * @param task_cls closure of task