gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27699 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r27699 - gnunet/src/transport
Date: Mon, 1 Jul 2013 10:10:23 +0200

Author: wachs
Date: 2013-07-01 10:10:23 +0200 (Mon, 01 Jul 2013)
New Revision: 27699

Modified:
   gnunet/src/transport/plugin_transport_http_common.c
   gnunet/src/transport/plugin_transport_http_common.h
   gnunet/src/transport/plugin_transport_tcp.c
   gnunet/src/transport/plugin_transport_unix.c
Log:
doxygen fixes


Modified: gnunet/src/transport/plugin_transport_http_common.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_common.c 2013-07-01 08:09:49 UTC 
(rev 27698)
+++ gnunet/src/transport/plugin_transport_http_common.c 2013-07-01 08:10:23 UTC 
(rev 27699)
@@ -253,6 +253,7 @@
  * to override the address again.
  *
  * @param cls closure
+ * @param plugin the plugin
  * @param addr binary address
  * @param addrlen length of the address
  * @return string representing the same address

Modified: gnunet/src/transport/plugin_transport_http_common.h
===================================================================
--- gnunet/src/transport/plugin_transport_http_common.h 2013-07-01 08:09:49 UTC 
(rev 27698)
+++ gnunet/src/transport/plugin_transport_http_common.h 2013-07-01 08:10:23 UTC 
(rev 27699)
@@ -116,6 +116,7 @@
  * to override the address again.
  *
  * @param cls closure
+ * @param plugin the plugin
  * @param addr binary address
  * @param addrlen length of the address
  * @return string representing the same address

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2013-07-01 08:09:49 UTC (rev 
27698)
+++ gnunet/src/transport/plugin_transport_tcp.c 2013-07-01 08:10:23 UTC (rev 
27699)
@@ -639,7 +639,7 @@
  * a binary address.
  *
  * @param cls closure ('struct Plugin*')
- * @param address string address
+ * @param addr string address
  * @param addrlen length of the address
  * @param buf location to store the buffer
  * @param added location to store the number of bytes in the buffer.

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2013-07-01 08:09:49 UTC 
(rev 27698)
+++ gnunet/src/transport/plugin_transport_unix.c        2013-07-01 08:10:23 UTC 
(rev 27699)
@@ -449,7 +449,8 @@
  *
  * @param plugin the plugin
  * @param sender for which peer should the session be?
- * @param addr address to look for
+ * @param ua address to look for
+ * @param ua_len length of the address
  * @return NULL if session was not found
  */
 static struct Session *
@@ -910,8 +911,8 @@
  * @param plugin the main plugin for this transport
  * @param sender from which peer the message was received
  * @param currhdr pointer to the header of the message
- * @param un the address from which the message was received
- * @param fromlen the length of the address
+ * @param ua address to look for
+ * @param ua_len length of the address
  */
 static void
 unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender,




reply via email to

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