aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:21:08 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:21:08 +0000
commit10e1bb2eda72513c18b5f091044f8a6451bae13d (patch)
tree91e4c77fa96a05931bdbdc77b939258e9ec11a7e /src/transport
parentaed237fb57999eaf6f3d578bc1f081a6a684836f (diff)
downloadgnunet-10e1bb2eda72513c18b5f091044f8a6451bae13d.tar.gz
gnunet-10e1bb2eda72513c18b5f091044f8a6451bae13d.zip
-dead function in header
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_ats.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h
index 75743606a..e73e82913 100644
--- a/src/transport/gnunet-service-transport_ats.h
+++ b/src/transport/gnunet-service-transport_ats.h
@@ -136,21 +136,6 @@ GST_ats_new_session (const struct GNUNET_HELLO_Address *address,
136 136
137 137
138/** 138/**
139 * Notify ATS about property changes to an address's properties.
140 * FIXME: we probably want to split this one up for the different
141 * updatable properties.
142 *
143 * @param address the address
144 * @param session the session
145 * @param prop updated performance information
146 */
147void
148GST_ats_update_metrics (const struct GNUNET_HELLO_Address *address,
149 struct Session *session,
150 const struct GNUNET_ATS_Properties *prop);
151
152
153/**
154 * Notify ATS about utilization changes to an @a address. 139 * Notify ATS about utilization changes to an @a address.
155 * Does nothing if the @a address is not known to us. 140 * Does nothing if the @a address is not known to us.
156 * 141 *