aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
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.