aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-09 15:01:16 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-09 15:01:16 +0000
commit1fda7f49f3f406f09388a16fa283ce5c4ebacbc4 (patch)
tree4264c2f491b3a92b0c0a3288417b015d20346486 /src/include/gnunet_transport_service.h
parenta65250d52e29736fe4894c3a8f4515f313f2eaa3 (diff)
downloadgnunet-1fda7f49f3f406f09388a16fa283ce5c4ebacbc4.tar.gz
gnunet-1fda7f49f3f406f09388a16fa283ce5c4ebacbc4.zip
docu
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 188b84110..6396127b8 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -298,9 +298,12 @@ GNUNET_TRANSPORT_get_hello_cancel (struct GNUNET_TRANSPORT_GetHelloHandle *ghh);
298 * 298 *
299 * @param handle connection to transport service 299 * @param handle connection to transport service
300 * @param hello the hello message 300 * @param hello the hello message
301 * @param cont continuation to call when HELLO has been sent 301 * @param cont continuation to call when HELLO has been sent,
302 * tc reason GNUNET_SCHEDULER_REASON_TIMEOUT for fail
303 * tc reasong GNUNET_SCHEDULER_REASON_READ_READY for success
302 * @param cls closure for continuation 304 * @param cls closure for continuation
303 * @return a GNUNET_TRANSPORT_OfferHelloHandle handle or NULL on failure 305 * @return a GNUNET_TRANSPORT_OfferHelloHandle handle or NULL on failure,
306 * in case of failure cont will not be called
304 * 307 *
305 */ 308 */
306struct GNUNET_TRANSPORT_OfferHelloHandle * 309struct GNUNET_TRANSPORT_OfferHelloHandle *