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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index f6e599db1..33fa1dac5 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -221,10 +221,8 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer,
221 *address, struct Session *session, 221 *address, struct Session *session,
222 const struct GNUNET_ATS_Information *ats, 222 const struct GNUNET_ATS_Information *ats,
223 uint32_t ats_count, 223 uint32_t ats_count,
224 struct GNUNET_BANDWIDTH_Value32NBO 224 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
225 bandwidth_in, 225 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out);
226 struct GNUNET_BANDWIDTH_Value32NBO
227 bandwidth_out);
228 226
229 227
230/** 228/**