aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-08 23:20:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-08 23:20:42 +0000
commita983a0267109b1b6a8e16e476e2f2956a8771b94 (patch)
tree79bcae73cdb7b87b4f55d4396e79baea76ef53a6 /src/include/gnunet_transport_service.h
parenta3f8ef5b89dc44fc3acfb8f081a502f3409e4224 (diff)
downloadgnunet-a983a0267109b1b6a8e16e476e2f2956a8771b94.tar.gz
gnunet-a983a0267109b1b6a8e16e476e2f2956a8771b94.zip
refactoring how we handle peer addresses in peerinfo/ats/transport/hello subsystems -- use a struct instead of 3--4 arguments
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index de764e7a6..2f027656b 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -293,6 +293,7 @@ struct GNUNET_TRANSPORT_AddressLookupContext;
293 * @param aluc_cls closure for aluc 293 * @param aluc_cls closure for aluc
294 * @return handle to cancel the operation, NULL on error 294 * @return handle to cancel the operation, NULL on error
295 */ 295 */
296// FIXME: use 'GNUNET_HELLO_Address' here!
296struct GNUNET_TRANSPORT_AddressLookupContext * 297struct GNUNET_TRANSPORT_AddressLookupContext *
297GNUNET_TRANSPORT_address_lookup (const struct GNUNET_CONFIGURATION_Handle *cfg, 298GNUNET_TRANSPORT_address_lookup (const struct GNUNET_CONFIGURATION_Handle *cfg,
298 const char *address, size_t addressLen, 299 const char *address, size_t addressLen,