aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_plugins.h
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.h
parent577ad3b798f0cd62c2e9ab92fdc58cfe75a3fcdc (diff)
downloadgnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.tar.gz
gnunet-6e54571bd00f7ea045dabcd5fc9fc3080665f5fc.zip
simplify logic
Diffstat (limited to 'src/ats/gnunet-service-ats_plugins.h')
-rw-r--r--src/ats/gnunet-service-ats_plugins.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ats/gnunet-service-ats_plugins.h b/src/ats/gnunet-service-ats_plugins.h
index 7e093d940..46a1d29fb 100644
--- a/src/ats/gnunet-service-ats_plugins.h
+++ b/src/ats/gnunet-service-ats_plugins.h
@@ -125,20 +125,6 @@ GAS_plugin_new_address (struct ATS_Address *new_address,
125 125
126 126
127/** 127/**
128 * Tell the solver that updated performance data was
129 * observed for the given address.
130 *
131 * @param new_address the new address
132 * @param atsi updated performance data for the address
133 * @param atsi_count size of the @a atsi array
134 */
135void
136GAS_plugin_update_address (struct ATS_Address *address,
137 const struct GNUNET_ATS_Information *atsi,
138 uint32_t atsi_count);
139
140
141/**
142 * Tell the solver that the given address is no longer valid 128 * Tell the solver that the given address is no longer valid
143 * can cannot be used any longer. 129 * can cannot be used any longer.
144 * 130 *