From b77d61f1ee16dca21c147e09623abe9c121667b7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 18 Oct 2013 00:30:38 +0000 Subject: basic utilization implementation causes an assertion in ats_scheduling when address is not yet known --- src/transport/gnunet-service-transport_neighbours.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/transport/gnunet-service-transport_neighbours.h') 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, struct Session *session); +void +GST_neighbours_notify_payload (const struct GNUNET_PeerIdentity *peer, + const struct GNUNET_HELLO_Address *address, + struct Session *session, + const struct GNUNET_MessageHeader *message); + /** * For an existing neighbour record, set the active connection to * use the given address. -- cgit v1.2.3