aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 11:46:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 11:46:36 +0000
commit6115a1150c65bd4a33ed61c6e96594c4a73d86ac (patch)
treef2bb2a57f540a3799cd112b5235f1c4222fd283e /src/transport/gnunet-service-transport_neighbours.h
parentcd0a6e382eafd7fd241a00a10527333d73985fca (diff)
downloadgnunet-6115a1150c65bd4a33ed61c6e96594c4a73d86ac.tar.gz
gnunet-6115a1150c65bd4a33ed61c6e96594c4a73d86ac.zip
more dead and duplicate code elimination
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 637e7609b..070ee01a9 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -222,19 +222,6 @@ GST_neighbours_notify_data_recv (const struct GNUNET_HELLO_Address *address,
222 222
223 223
224/** 224/**
225 * Track information about payload (useful data) we received from the
226 * given address (used to notify ATS about our utilization of
227 * allocated resources).
228 *
229 * @param address the address we got data from
230 * @param message the message we received (really only the size is used)
231 */
232void
233GST_neighbours_notify_payload_recv (const struct GNUNET_HELLO_Address *address,
234 const struct GNUNET_MessageHeader *message);
235
236
237/**
238 * Track information about data we transmitted using the given @a 225 * Track information about data we transmitted using the given @a
239 * address and @a session (used to notify ATS about our utilization of 226 * address and @a session (used to notify ATS about our utilization of
240 * allocated resources). 227 * allocated resources).
@@ -250,20 +237,6 @@ GST_neighbours_notify_data_sent (const struct GNUNET_HELLO_Address *address,
250 237
251 238
252/** 239/**
253 * Track information about payload (useful data) we transmitted using the
254 * given address (used to notify ATS about our utilization of
255 * allocated resources).
256 *
257 * @param address the address we transmitted data to
258 * @param message the message we sent (really only the size is used)
259 */
260void
261GST_neighbours_notify_payload_sent (const struct GNUNET_PeerIdentity *peer,
262 size_t size);
263
264
265
266/**
267 * For an existing neighbour record, set the active connection to 240 * For an existing neighbour record, set the active connection to
268 * use the given address. 241 * use the given address.
269 * 242 *