aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_plugins.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 12:46:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 12:46:37 +0000
commit6e54571bd00f7ea045dabcd5fc9fc3080665f5fc (patch)
treee8e204155e5fd9fc8bf6e7620331a9fc484ce78a /src/ats/gnunet-service-ats_plugins.c
parent577ad3b798f0cd62c2e9ab92fdc58cfe75a3fcdc (diff)
downloadgnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.tar.gz
gnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.zip
simplify logic
Diffstat (limited to 'src/ats/gnunet-service-ats_plugins.c')
-rw-r--r--src/ats/gnunet-service-ats_plugins.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/ats/gnunet-service-ats_plugins.c b/src/ats/gnunet-service-ats_plugins.c
index c388e7f67..8cc6af46f 100644
--- a/src/ats/gnunet-service-ats_plugins.c
+++ b/src/ats/gnunet-service-ats_plugins.c
@@ -545,27 +545,6 @@ GAS_plugin_new_address (struct ATS_Address *new_address,
545 545
546 546
547/** 547/**
548 * Tell the solver that updated performance data was
549 * observed for the given address.
550 *
551 * @param new_address the new address
552 * @param atsi updated performance data for the address
553 * @param atsi_count size of the @a atsi array
554 */
555void
556GAS_plugin_update_address (struct ATS_Address *address,
557 const struct GNUNET_ATS_Information *atsi,
558 uint32_t atsi_count)
559{
560 sf->s_bulk_start (sf->cls);
561 GAS_normalization_normalize_property (address,
562 atsi,
563 atsi_count);
564 sf->s_bulk_stop (sf->cls);
565}
566
567
568/**
569 * Tell the solver that the given address is no longer valid 548 * Tell the solver that the given address is no longer valid
570 * can cannot be used any longer. 549 * can cannot be used any longer.
571 * 550 *