[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11152 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11152 - gnunet/src/transport |
Date: |
Sun, 2 May 2010 16:53:49 +0200 |
Author: grothoff
Date: 2010-05-02 16:53:49 +0200 (Sun, 02 May 2010)
New Revision: 11152
Modified:
gnunet/src/transport/plugin_transport_tcp.c
gnunet/src/transport/plugin_transport_template.c
gnunet/src/transport/plugin_transport_udp.c
Log:
doxygen
Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2010-05-02 12:17:22 UTC (rev
11151)
+++ gnunet/src/transport/plugin_transport_tcp.c 2010-05-02 14:53:49 UTC (rev
11152)
@@ -308,7 +308,7 @@
*
* @param cls closure ('struct Plugin*')
* @param addr binary address
- * @param addr_len length of the address
+ * @param addrlen length of the address
* @return string representing the same address
*/
static const char*
Modified: gnunet/src/transport/plugin_transport_template.c
===================================================================
--- gnunet/src/transport/plugin_transport_template.c 2010-05-02 12:17:22 UTC
(rev 11151)
+++ gnunet/src/transport/plugin_transport_template.c 2010-05-02 14:53:49 UTC
(rev 11152)
@@ -255,7 +255,7 @@
*
* @param cls closure
* @param addr binary address
- * @param addr_len length of the address
+ * @param addrlen length of the address
* @return string representing the same address
*/
static const char*
Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2010-05-02 12:17:22 UTC (rev
11151)
+++ gnunet/src/transport/plugin_transport_udp.c 2010-05-02 14:53:49 UTC (rev
11152)
@@ -832,7 +832,7 @@
*
* @param cls closure
* @param addr binary address
- * @param addr_len length of the address
+ * @param addrlen length of the address
* @return string representing the same address
*/
static const char*
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11152 - gnunet/src/transport,
gnunet <=