aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
commitc98e2e920ee8c27d3b319217056116c4f13d1c6a (patch)
treef958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/plugin_transport_unix.c
parent8a5993b15da336afade45be6ee4619a39561956a (diff)
downloadgnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.tar.gz
gnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.zip
more fixed documentation
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 384787ae9..9fc4ba735 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -499,9 +499,7 @@ lookup_session_it (void *cls,
499 * Find an existing session by address. 499 * Find an existing session by address.
500 * 500 *
501 * @param plugin the plugin 501 * @param plugin the plugin
502 * @param sender for which peer should the session be? 502 * @param address the address to find
503 * @param ua address to look for
504 * @param ua_len length of the address
505 * @return NULL if session was not found 503 * @return NULL if session was not found
506 */ 504 */
507static struct Session * 505static struct Session *
@@ -1503,7 +1501,7 @@ address_notification (void *cls,
1503/** 1501/**
1504 * Increment session timeout due to activity 1502 * Increment session timeout due to activity
1505 * 1503 *
1506 * @param res session for which the timeout should be moved 1504 * @param s session for which the timeout should be rescheduled
1507 */ 1505 */
1508static void 1506static void
1509reschedule_session_timeout (struct Session *s) 1507reschedule_session_timeout (struct Session *s)