aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
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.c
parent3b2be11385b8b4626b86d4438008eb0508f856fa (diff)
downloadgnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.tar.gz
gnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.zip
- coverity errors
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 6c072130b..c9af3e36b 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1353,7 +1353,7 @@ send_connect_ack_continuation (void *cls,
1353 1353
1354/** 1354/**
1355 * For an existing neighbour record, set the active connection to 1355 * For an existing neighbour record, set the active connection to
1356 * the given address. 1356 * use the given address.
1357 * 1357 *
1358 * @param peer identity of the peer to switch the address for 1358 * @param peer identity of the peer to switch the address for
1359 * @param address address of the other peer, NULL if other peer 1359 * @param address address of the other peer, NULL if other peer
@@ -1361,6 +1361,8 @@ send_connect_ack_continuation (void *cls,
1361 * @param session session to use (or NULL) 1361 * @param session session to use (or NULL)
1362 * @param ats performance data 1362 * @param ats performance data
1363 * @param ats_count number of entries in ats 1363 * @param ats_count number of entries in ats
1364 * @param bandwidth_in inbound quota to be used when connection is up
1365 * @param bandwidth_out outbound quota to be used when connection is up
1364 * @return GNUNET_YES if we are currently connected, GNUNET_NO if the 1366 * @return GNUNET_YES if we are currently connected, GNUNET_NO if the
1365 * connection is not up (yet) 1367 * connection is not up (yet)
1366 */ 1368 */