aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
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/transport/gnunet-service-transport_neighbours.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 88e24b73a..5b4929c2c 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -160,7 +160,7 @@ typedef void (*GST_NeighbourIterator) (void *cls,
160 const struct GNUNET_PeerIdentity * 160 const struct GNUNET_PeerIdentity *
161 neighbour, 161 neighbour,
162 const struct 162 const struct
163 GNUNET_TRANSPORT_ATS_Information * ats, 163 GNUNET_ATS_Information * ats,
164 uint32_t ats_count, 164 uint32_t ats_count,
165 const char * transport, 165 const char * transport,
166 const void * addr, 166 const void * addr,
@@ -205,7 +205,7 @@ void
205GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, 205GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
206 const char *plugin_name, const void *address, 206 const char *plugin_name, const void *address,
207 size_t address_len, struct Session *session, 207 size_t address_len, struct Session *session,
208 const struct GNUNET_TRANSPORT_ATS_Information 208 const struct GNUNET_ATS_Information
209 *ats, uint32_t ats_count); 209 *ats, uint32_t ats_count);
210 210
211 211