aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-31 10:13:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-31 10:13:31 +0000
commit298d7b8528661d5dc52696a2997582414fac3c9c (patch)
tree935f5a3ac33f8917dd75a63254325d6c5b095833 /src/include/gnunet_stream_lib.h
parente441f07b2c79ac5538b4714d8315a4eb47fa5965 (diff)
downloadgnunet-298d7b8528661d5dc52696a2997582414fac3c9c.tar.gz
gnunet-298d7b8528661d5dc52696a2997582414fac3c9c.zip
fixes
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index 47486d76b..404844bce 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -124,10 +124,9 @@ enum GNUNET_STREAM_Option
124 GNUNET_STREAM_OPTION_LISTEN_TIMEOUT, 124 GNUNET_STREAM_OPTION_LISTEN_TIMEOUT,
125 125
126 /** 126 /**
127 * Option to register a callback when stream listening is 127 * Option to register a callback when stream listening is successfull. Takes
128 * successfull. Takes parameter of the form 128 * parameter of the form GNUNET_STREAM_ListenSuccessCallback. The callback
129 * GNUNET_STREAM_ListenSuccessCallback. The callback is only called if 129 * is only called if listening is successful
130 * listen is successful
131 */ 130 */
132 GNUNET_STREAM_OPTION_SIGNAL_LISTEN_SUCCESS, 131 GNUNET_STREAM_OPTION_SIGNAL_LISTEN_SUCCESS,
133 132