gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21615 - in gnunet/src: include transport util


From: gnunet
Subject: [GNUnet-SVN] r21615 - in gnunet/src: include transport util
Date: Mon, 28 May 2012 15:27:50 +0200

Author: grothoff
Date: 2012-05-28 15:27:50 +0200 (Mon, 28 May 2012)
New Revision: 21615

Modified:
   gnunet/src/include/gnunet_scheduler_lib.h
   gnunet/src/transport/plugin_transport_udp.c
   gnunet/src/transport/plugin_transport_unix.c
   gnunet/src/util/scheduler.c
Log:
-doxygen

Modified: gnunet/src/include/gnunet_scheduler_lib.h
===================================================================
--- gnunet/src/include/gnunet_scheduler_lib.h   2012-05-28 13:00:56 UTC (rev 
21614)
+++ gnunet/src/include/gnunet_scheduler_lib.h   2012-05-28 13:27:50 UTC (rev 
21615)
@@ -419,8 +419,9 @@
  * 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

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-05-28 13:00:56 UTC (rev 
21614)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-05-28 13:27:50 UTC (rev 
21615)
@@ -690,7 +690,7 @@
  * 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)

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2012-05-28 13:00:56 UTC 
(rev 21614)
+++ gnunet/src/transport/plugin_transport_unix.c        2012-05-28 13:27:50 UTC 
(rev 21615)
@@ -347,7 +347,7 @@
  * 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)

Modified: gnunet/src/util/scheduler.c
===================================================================
--- gnunet/src/util/scheduler.c 2012-05-28 13:00:56 UTC (rev 21614)
+++ gnunet/src/util/scheduler.c 2012-05-28 13:27:50 UTC (rev 21615)
@@ -1348,8 +1348,9 @@
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]