aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 086768dce..f0dca6874 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -193,7 +193,7 @@ struct NeighbourMapEntry
193 /** 193 /**
194 * Performance data for the peer. 194 * Performance data for the peer.
195 */ 195 */
196 //struct GNUNET_TRANSPORT_ATS_Information *ats; 196 //struct GNUNET_ATS_Information *ats;
197 197
198 /** 198 /**
199 * Are we currently trying to send a message? If so, which one? 199 * Are we currently trying to send a message? If so, which one?
@@ -631,7 +631,7 @@ void
631GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, 631GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
632 const char *plugin_name, const void *address, 632 const char *plugin_name, const void *address,
633 size_t address_len, struct Session *session, 633 size_t address_len, struct Session *session,
634 const struct GNUNET_TRANSPORT_ATS_Information 634 const struct GNUNET_ATS_Information
635 *ats, uint32_t ats_count) 635 *ats, uint32_t ats_count)
636{ 636{
637 struct NeighbourMapEntry *n; 637 struct NeighbourMapEntry *n;