aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-28 13:27:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-28 13:27:50 +0000
commit585609670e08b923a1ebd173d0b671d0de0e1424 (patch)
tree8f9e16a925d486eda4220e9a4b02e8756a9e6e9f /src/transport/plugin_transport_unix.c
parent7ba9eb10f99594e5a4bf5a27c4c4747fbd8cc88c (diff)
downloadgnunet-585609670e08b923a1ebd173d0b671d0de0e1424.tar.gz
gnunet-585609670e08b923a1ebd173d0b671d0de0e1424.zip
-doxygen
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 4562d08e5..ed418b8e7 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -347,7 +347,7 @@ lookup_session (struct Plugin *plugin, struct GNUNET_PeerIdentity *sender, const
347 * to close a session due to a disconnect or failure to 347 * to close a session due to a disconnect or failure to
348 * establish a connection. 348 * establish a connection.
349 * 349 *
350 * @param session session to close down 350 * @param s session to close down
351 */ 351 */
352static void 352static void
353disconnect_session (struct Session *s) 353disconnect_session (struct Session *s)