aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-04 14:25:13 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-04 14:25:13 +0000
commitd80d4fdabfb39eef1ed49d2439f701d5951d3fc9 (patch)
treecb71dd47b425a4c1be3e335587f386f9d1f5f68a /src/transport/plugin_transport_unix.c
parent217313458a6d8684fd3b59ed6d745b5f19d3d387 (diff)
downloadgnunet-d80d4fdabfb39eef1ed49d2439f701d5951d3fc9.tar.gz
gnunet-d80d4fdabfb39eef1ed49d2439f701d5951d3fc9.zip
doxygen
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 4d08a252b..c5c26e443 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -698,7 +698,7 @@ add_to_address_list (struct Plugin *plugin,
698 * @param plugin the main plugin for this transport 698 * @param plugin the main plugin for this transport
699 * @param sender from which peer the message was received 699 * @param sender from which peer the message was received
700 * @param currhdr pointer to the header of the message 700 * @param currhdr pointer to the header of the message
701 * @param sender_addr the address from which the message was received 701 * @param un the address from which the message was received
702 * @param fromlen the length of the address 702 * @param fromlen the length of the address
703 */ 703 */
704static void 704static void
@@ -743,7 +743,6 @@ unix_plugin_select (void *cls,
743 char buf[65536]; 743 char buf[65536];
744 struct UNIXMessage *msg; 744 struct UNIXMessage *msg;
745 struct GNUNET_PeerIdentity sender; 745 struct GNUNET_PeerIdentity sender;
746 //socklen_t fromlen;
747 struct sockaddr_un un; 746 struct sockaddr_un un;
748 socklen_t addrlen; 747 socklen_t addrlen;
749 ssize_t ret; 748 ssize_t ret;