aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index 60ce0e512..505b1797b 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -309,7 +309,7 @@ process_queue (struct Neighbour *n)
309static void 309static void
310handle_transport_notify_connect (void *cls, 310handle_transport_notify_connect (void *cls,
311 const struct GNUNET_PeerIdentity *peer, 311 const struct GNUNET_PeerIdentity *peer,
312 const struct GNUNET_TRANSPORT_ATS_Information 312 const struct GNUNET_ATS_Information
313 *ats, uint32_t ats_count) 313 *ats, uint32_t ats_count)
314{ 314{
315 struct Neighbour *n; 315 struct Neighbour *n;
@@ -383,7 +383,7 @@ handle_transport_notify_disconnect (void *cls,
383static void 383static void
384handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 384handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
385 const struct GNUNET_MessageHeader *message, 385 const struct GNUNET_MessageHeader *message,
386 const struct GNUNET_TRANSPORT_ATS_Information *ats, 386 const struct GNUNET_ATS_Information *ats,
387 uint32_t ats_count) 387 uint32_t ats_count)
388{ 388{
389 struct Neighbour *n; 389 struct Neighbour *n;