aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
commit8e029727329c804dc6977fd49c5df7f1cf0378c5 (patch)
tree7de5a326b09c7f151b5d51d2a58d8daace7681f3 /src/transport/plugin_transport_unix.c
parent917c016f45fc4415be1e75500d43eaa095026d0a (diff)
downloadgnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.tar.gz
gnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.zip
doxygen
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index c03d198c2..af9d2e9ac 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -480,6 +480,7 @@ unix_transport_server_stop (void *cls)
480 * @param timeout when should we time out (give up) if we can not transmit? 480 * @param timeout when should we time out (give up) if we can not transmit?
481 * @param addr the addr to send the message to, needs to be a sockaddr for us 481 * @param addr the addr to send the message to, needs to be a sockaddr for us
482 * @param addrlen the len of addr 482 * @param addrlen the len of addr
483 * @param payload bytes payload to send
483 * @param cont continuation to call once the message has 484 * @param cont continuation to call once the message has
484 * been transmitted (or if the transport is ready 485 * been transmitted (or if the transport is ready
485 * for the next transmission call; or if the 486 * for the next transmission call; or if the