aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-18 00:30:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-18 00:30:38 +0000
commitb77d61f1ee16dca21c147e09623abe9c121667b7 (patch)
tree80b7bf7d10267e4a45e2152342bbc5e4b8711b2a /src/transport/gnunet-service-transport_neighbours.h
parent76ce26ad071dab7e058b8c8b83647b7fa544ad27 (diff)
downloadgnunet-b77d61f1ee16dca21c147e09623abe9c121667b7.tar.gz
gnunet-b77d61f1ee16dca21c147e09623abe9c121667b7.zip
basic utilization implementation
causes an assertion in ats_scheduling when address is not yet known
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index aae0a82b8..bd043a4b6 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -204,6 +204,12 @@ GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer,
204 struct Session *session); 204 struct Session *session);
205 205
206 206
207void
208GST_neighbours_notify_payload (const struct GNUNET_PeerIdentity *peer,
209 const struct GNUNET_HELLO_Address *address,
210 struct Session *session,
211 const struct GNUNET_MessageHeader *message);
212
207/** 213/**
208 * For an existing neighbour record, set the active connection to 214 * For an existing neighbour record, set the active connection to
209 * use the given address. 215 * use the given address.