aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_address_lookup.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-02 14:45:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-02 14:45:38 +0000
commit7731dd1ec8f3c9618d4e2cc8c2f31a4c942a7bf7 (patch)
treeb2486fd745362b1a0cc54ec44616479da702714a /src/transport/transport_api_address_lookup.c
parent41b4d9671a3be069c346a54846d0fd4d3c200b6a (diff)
downloadgnunet-7731dd1ec8f3c9618d4e2cc8c2f31a4c942a7bf7.tar.gz
gnunet-7731dd1ec8f3c9618d4e2cc8c2f31a4c942a7bf7.zip
- typos
Diffstat (limited to 'src/transport/transport_api_address_lookup.c')
-rw-r--r--src/transport/transport_api_address_lookup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api_address_lookup.c b/src/transport/transport_api_address_lookup.c
index 6e03945c5..797b95f07 100644
--- a/src/transport/transport_api_address_lookup.c
+++ b/src/transport/transport_api_address_lookup.c
@@ -294,17 +294,17 @@ peer_address_response_processor (void *cls,
294 294
295/** 295/**
296 * Return all the known addresses for a specific peer or all peers. 296 * Return all the known addresses for a specific peer or all peers.
297 * Returns continously all address if one_shot is set to GNUNET_NO 297 * Returns continuously all address if one_shot is set to GNUNET_NO
298 * 298 *
299 * CHANGE: Returns the address(es) that we are currently using for this 299 * CHANGE: Returns the address(es) that we are currently using for this
300 * peer. Upon completion, the 'AddressLookUpCallback' is called one more 300 * peer. Upon completion, the 'AddressLookUpCallback' is called one more
301 * time with 'NULL' for the address and the peer. After this, the operation must no 301 * time with 'NULL' for the address and the peer. After this, the operation must no
302 * longer be explicitly cancelled. 302 * longer be explicitly canceled.
303 * 303 *
304 * @param cfg configuration to use 304 * @param cfg configuration to use
305 * @param peer peer identity to look up the addresses of, CHANGE: allow NULL for all (connected) peers 305 * @param peer peer identity to look up the addresses of, CHANGE: allow NULL for all (connected) peers
306 * @param one_shot GNUNET_YES to return the current state and then end (with NULL+NULL), 306 * @param one_shot GNUNET_YES to return the current state and then end (with NULL+NULL),
307 * GNUNET_NO to monitor the set of addresses used (continuously, must be explicitly cancelled) 307 * GNUNET_NO to monitor the set of addresses used (continuously, must be explicitly canceled)
308 * @param timeout how long is the lookup allowed to take at most (irrelevant if one_shot is set to GNUNET_NO) 308 * @param timeout how long is the lookup allowed to take at most (irrelevant if one_shot is set to GNUNET_NO)
309 * @param peer_address_callback function to call with the results 309 * @param peer_address_callback function to call with the results
310 * @param peer_address_callback_cls closure for peer_address_callback 310 * @param peer_address_callback_cls closure for peer_address_callback