diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-01-16 14:03:36 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-01-16 14:03:36 +0000 |
commit | c98e2e920ee8c27d3b319217056116c4f13d1c6a (patch) | |
tree | f958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/plugin_transport_unix.c | |
parent | 8a5993b15da336afade45be6ee4619a39561956a (diff) |
more fixed documentation
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r-- | src/transport/plugin_transport_unix.c | 6 |
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, * Find an existing session by address. * * @param plugin the plugin - * @param sender for which peer should the session be? - * @param ua address to look for - * @param ua_len length of the address + * @param address the address to find * @return NULL if session was not found */ static struct Session * @@ -1503,7 +1501,7 @@ address_notification (void *cls, /** * Increment session timeout due to activity * - * @param res session for which the timeout should be moved + * @param s session for which the timeout should be rescheduled */ static void reschedule_session_timeout (struct Session *s) |