aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/core/gnunet-service-core_neighbours.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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;