aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
commitcee04ec80653f8fecf198d8fe14dc73f84b53524 (patch)
treeaeca1509c9ccd350fc25eb998f25a3c5427107b0 /src/transport/gnunet-service-transport_neighbours.h
parent3b2be11385b8b4626b86d4438008eb0508f856fa (diff)
downloadgnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.tar.gz
gnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.zip
- coverity errors
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/**