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.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