aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-01 14:49:19 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-01 14:49:19 +0000
commit87e5b49767f48d12ad2410fb77088838488896d1 (patch)
tree7a44bf58502bec18ec3843b7a6ef3ab102bbea99 /src
parent4d9b96f0f6c22cc90269137fccf7d04f7296504e (diff)
downloadgnunet-87e5b49767f48d12ad2410fb77088838488896d1.tar.gz
gnunet-87e5b49767f48d12ad2410fb77088838488896d1.zip
- doc
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_transport_service.h3
-rw-r--r--src/transport/transport_api.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 76bf7210e..5f03b3fc3 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -283,7 +283,8 @@ GNUNET_TRANSPORT_check_neighbour_connected (struct GNUNET_TRANSPORT_Handle *hand
283 283
284 284
285/** 285/**
286 * Obtain updates on changes to the HELLO message for this peer. 286 * Obtain updates on changes to the HELLO message for this peer. The callback
287 * given in this function is never called synchronously.
287 * 288 *
288 * @param handle connection to transport service 289 * @param handle connection to transport service
289 * @param rec function to call with the HELLO 290 * @param rec function to call with the HELLO
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 62f8604fb..e821abee4 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1289,7 +1289,8 @@ call_hello_update_cb_async (void *cls,
1289 1289
1290 1290
1291/** 1291/**
1292 * Obtain the HELLO message for this peer. 1292 * Obtain the HELLO message for this peer. The callback given in this function
1293 * is never called synchronously.
1293 * 1294 *
1294 * @param handle connection to transport service 1295 * @param handle connection to transport service
1295 * @param rec function to call with the HELLO, sender will be our peer 1296 * @param rec function to call with the HELLO, sender will be our peer