aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-29 09:52:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-29 09:52:10 +0000
commitba232c9d203303cd2beb2994fc49c5d5b700d85c (patch)
tree9cfb172b64e2870aa244fc9a3eb546486a887342 /src/include
parent623df97886da9ee06724b7860a1a2463737b750e (diff)
downloadgnunet-ba232c9d203303cd2beb2994fc49c5d5b700d85c.tar.gz
gnunet-ba232c9d203303cd2beb2994fc49c5d5b700d85c.zip
api clean up next steps
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_transport_service.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index b0d9e34b0..7e7fc7fa6 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -310,8 +310,7 @@ GNUNET_TRANSPORT_address_to_string_cancel (struct
310 310
311 311
312/** 312/**
313 * Return all the known addresses for a peer. FIXME: document better! 313 * Return all the known addresses for a peer.
314 * FIXME: use better name!
315 * CHANGE: Returns the address(es) that we are currently using for this 314 * CHANGE: Returns the address(es) that we are currently using for this
316 * peer. Upon completion, the 'AddressLookUpCallback' is called one more 315 * peer. Upon completion, the 'AddressLookUpCallback' is called one more
317 * time with 'NULL' for the address and the peer. After this, the operation must no 316 * time with 'NULL' for the address and the peer. After this, the operation must no
@@ -329,7 +328,7 @@ GNUNET_TRANSPORT_address_to_string_cancel (struct
329struct GNUNET_TRANSPORT_PeerAddressLookupContext * 328struct GNUNET_TRANSPORT_PeerAddressLookupContext *
330GNUNET_TRANSPORT_peer_get_active_addresses (const struct GNUNET_CONFIGURATION_Handle *cfg, 329GNUNET_TRANSPORT_peer_get_active_addresses (const struct GNUNET_CONFIGURATION_Handle *cfg,
331 const struct GNUNET_PeerIdentity *peer, 330 const struct GNUNET_PeerIdentity *peer,
332 // FIXME: add argument: one_shot 331 int one_shot,
333 struct GNUNET_TIME_Relative timeout, 332 struct GNUNET_TIME_Relative timeout,
334 GNUNET_TRANSPORT_AddressLookUpCallback peer_address_callback, 333 GNUNET_TRANSPORT_AddressLookUpCallback peer_address_callback,
335 void *peer_address_callback_cls); 334 void *peer_address_callback_cls);