aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-09 16:38:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-09 16:38:01 +0000
commitf67083411d4443bfac0abe9f4f42656936e92d9d (patch)
tree1be20eff7c7451a0fed703f24ade72374fc3672a /src/include/gnunet_ats_service.h
parent0eb7262331293c2a0edff4fc392d3a1d6cc4923f (diff)
downloadgnunet-f67083411d4443bfac0abe9f4f42656936e92d9d.tar.gz
gnunet-f67083411d4443bfac0abe9f4f42656936e92d9d.zip
cancel suggests
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index a6edc786c..8c9be13d4 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -497,6 +497,16 @@ GNUNET_ATS_suggest_address (struct GNUNET_ATS_SchedulingHandle *sh,
497 497
498 498
499/** 499/**
500 * We want to cancel ATS suggesting addresses for a peer.
501 *
502 * @param sh handle
503 * @param peer identity of the peer
504 */
505void
506GNUNET_ATS_suggest_address_cancel (struct GNUNET_ATS_SchedulingHandle *sh,
507 const struct GNUNET_PeerIdentity *peer);
508
509/**
500 * We have updated performance statistics for a given address. Note 510 * We have updated performance statistics for a given address. Note
501 * that this function can be called for addresses that are currently 511 * that this function can be called for addresses that are currently
502 * in use as well as addresses that are valid but not actively in use. 512 * in use as well as addresses that are valid but not actively in use.