aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
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/plugin_transport_unix.c
parent54ee92af601faa1d8fc37421f9b766eb8557cf65 (diff)
downloadgnunet-8ab3479ef2019031a0783d77ea1fec2546ca2079.tar.gz
gnunet-8ab3479ef2019031a0783d77ea1fec2546ca2079.zip
doxygen fixes
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c7
1 files changed, 4 insertions, 3 deletions
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,