-doxygen
authorChristian Grothoff <christian@grothoff.org>
Mon, 28 May 2012 13:27:50 +0000 (13:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 28 May 2012 13:27:50 +0000 (13:27 +0000)
src/include/gnunet_scheduler_lib.h
src/transport/plugin_transport_udp.c
src/transport/plugin_transport_unix.c
src/util/scheduler.c

index 864d2606ae4ba3baf154fc977b7ee64e9c4e8737..472753424deafded0cadc24bff07808d5683ce48 100644 (file)
@@ -419,8 +419,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay,
  * either the delay has expired or the socket operation is ready.  It
  * will be run with the DEFAULT priority.
  *
- * @param delay when should this operation time out? Use
+ * @param delay when should this operation time out? Use
  *        GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
+ * @param priority priority to use for the task
  * @param rfd read file-descriptor
  * @param task main function of the task
  * @param task_cls closure of task
index 474180db509cb89707b87d172f104df0f59db4ac..c5a4c7b3dfbcd9b211fcbc06b20efe6367931009 100644 (file)
@@ -690,7 +690,7 @@ free_session (struct Session *s)
  * to close a session due to a disconnect or failure to
  * establish a connection.
  *
- * @param session session to close down
+ * @param s session to close down
  */
 static void
 disconnect_session (struct Session *s)
index 4562d08e522c08badf6c5bfeb764a696dfa06654..ed418b8e7f1be24a1976cd518b3494798e8a391f 100644 (file)
@@ -347,7 +347,7 @@ lookup_session (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, const
  * to close a session due to a disconnect or failure to
  * establish a connection.
  *
- * @param session session to close down
+ * @param s session to close down
  */
 static void
 disconnect_session (struct Session *s)
index 140692362e7492d99f706e3445aeafa9475b9342..45cc02086b4906d0190e9359236ebc64681e15fb 100644 (file)
@@ -1348,8 +1348,9 @@ GNUNET_SCHEDULER_add_read_net (struct GNUNET_TIME_Relative delay,
  * either the delay has expired or the socket operation is ready.  It
  * will be run with the DEFAULT priority.
  *
- * @param delay when should this operation time out? Use
+ * @param delay when should this operation time out? Use
  *        GNUNET_TIME_UNIT_FOREVER_REL for "on shutdown"
+ * @param priority priority to use for the task
  * @param rfd read file-descriptor
  * @param task main function of the task
  * @param task_cls closure of task