aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-30 21:29:45 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-30 21:29:45 +0000
commitf708d37cc4c16f853a5079a72046ba20085e542e (patch)
tree94d0c7592b1b50a72772b9b89eb59a1fec8a709f /src/include
parent0679f42de88c337722afe8c59812240f9cf71a96 (diff)
downloadgnunet-f708d37cc4c16f853a5079a72046ba20085e542e.tar.gz
gnunet-f708d37cc4c16f853a5079a72046ba20085e542e.zip
doc
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_stream_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index ac1065937..b1518d9ba 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -218,6 +218,8 @@ GNUNET_STREAM_close (struct GNUNET_STREAM_Socket *socket);
218 218
219/** 219/**
220 * Functions of this type are called upon new stream connection from other peers 220 * Functions of this type are called upon new stream connection from other peers
221 * or upon binding error which happen when the app_port given in
222 * GNUNET_STREAM_listen() is already taken.
221 * 223 *
222 * @param cls the closure from GNUNET_STREAM_listen 224 * @param cls the closure from GNUNET_STREAM_listen
223 * @param socket the socket representing the stream; NULL on binding error 225 * @param socket the socket representing the stream; NULL on binding error