From 876d49149c192e9531581989e988c1a5637e1389 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 8 Nov 2011 14:54:43 +0000 Subject: dummy for address in use first I have to find the bugs in scheduling api, then I can add the logic here --- src/ats/gnunet-service-ats_addresses.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ats/gnunet-service-ats_addresses.h') diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h index 7fde42d96..95f267bf9 100644 --- a/src/ats/gnunet-service-ats_addresses.h +++ b/src/ats/gnunet-service-ats_addresses.h @@ -46,6 +46,15 @@ void GAS_addresses_done (void); +/** + * This address is now used or not used anymore + */ +void +GAS_addresses_in_use (const struct GNUNET_PeerIdentity *peer, + const char *plugin_name, const void *plugin_addr, + size_t plugin_addr_len, uint32_t session_id, + int in_use); + void GAS_addresses_update (const struct GNUNET_PeerIdentity *peer, const char *plugin_name, const void *plugin_addr, -- cgit v1.2.3