aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-01 08:10:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-01 08:10:23 +0000
commit8ab3479ef2019031a0783d77ea1fec2546ca2079 (patch)
treecdb75673b41b0a69ef15fbf85c21ae6ab4fbaceb /src/transport
parent54ee92af601faa1d8fc37421f9b766eb8557cf65 (diff)
downloadgnunet-8ab3479ef2019031a0783d77ea1fec2546ca2079.tar.gz
gnunet-8ab3479ef2019031a0783d77ea1fec2546ca2079.zip
doxygen fixes
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_http_common.c1
-rw-r--r--src/transport/plugin_transport_http_common.h1
-rw-r--r--src/transport/plugin_transport_tcp.c2
-rw-r--r--src/transport/plugin_transport_unix.c7
4 files changed, 7 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index 257273161..6031d0947 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -253,6 +253,7 @@ http_common_plugin_address_to_url (void *cls, const void *addr, size_t addrlen)
253 * to override the address again. 253 * to override the address again.
254 * 254 *
255 * @param cls closure 255 * @param cls closure
256 * @param plugin the plugin
256 * @param addr binary address 257 * @param addr binary address
257 * @param addrlen length of the address 258 * @param addrlen length of the address
258 * @return string representing the same address 259 * @return string representing the same address
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index 528f50243..ae37f605a 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -116,6 +116,7 @@ http_common_plugin_address_pretty_printer (void *cls, const char *type,
116 * to override the address again. 116 * to override the address again.
117 * 117 *
118 * @param cls closure 118 * @param cls closure
119 * @param plugin the plugin
119 * @param addr binary address 120 * @param addr binary address
120 * @param addrlen length of the address 121 * @param addrlen length of the address
121 * @return string representing the same address 122 * @return string representing the same address
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index cbea1d024..cf6c44277 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -639,7 +639,7 @@ tcp_address_to_string (void *cls, const void *addr, size_t addrlen)
639 * a binary address. 639 * a binary address.
640 * 640 *
641 * @param cls closure ('struct Plugin*') 641 * @param cls closure ('struct Plugin*')
642 * @param address string address 642 * @param addr string address
643 * @param addrlen length of the address 643 * @param addrlen length of the address
644 * @param buf location to store the buffer 644 * @param buf location to store the buffer
645 * @param added location to store the number of bytes in the buffer. 645 * @param added location to store the number of bytes in the buffer.
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 4418964bd..b1a823eb0 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -449,7 +449,8 @@ lookup_session_it (void *cls,
449 * 449 *
450 * @param plugin the plugin 450 * @param plugin the plugin
451 * @param sender for which peer should the session be? 451 * @param sender for which peer should the session be?
452 * @param addr address to look for 452 * @param ua address to look for
453 * @param ua_len length of the address
453 * @return NULL if session was not found 454 * @return NULL if session was not found
454 */ 455 */
455static struct Session * 456static struct Session *
@@ -910,8 +911,8 @@ unix_plugin_send (void *cls,
910 * @param plugin the main plugin for this transport 911 * @param plugin the main plugin for this transport
911 * @param sender from which peer the message was received 912 * @param sender from which peer the message was received
912 * @param currhdr pointer to the header of the message 913 * @param currhdr pointer to the header of the message
913 * @param un the address from which the message was received 914 * @param ua address to look for
914 * @param fromlen the length of the address 915 * @param ua_len length of the address
915 */ 916 */
916static void 917static void
917unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, 918unix_demultiplexer (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender,