aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-27 08:30:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-27 08:30:10 +0000
commit90c0277126a2908ad9f169d599b38df7e4fc1218 (patch)
treeec2a0fe6bb6b7662a2082307111c8aa8d66b5c87 /src
parentf7d297d8be140f6507001a509e69bf15d2ea727a (diff)
downloadgnunet-90c0277126a2908ad9f169d599b38df7e4fc1218.tar.gz
gnunet-90c0277126a2908ad9f169d599b38df7e4fc1218.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/ats/gnunet-service-ats_addresses.c2
-rw-r--r--src/dv/gnunet-service-dv.c1
-rw-r--r--src/fs/gnunet-service-fs.c1
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c2
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h6
5 files changed, 5 insertions, 7 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.c b/src/ats/gnunet-service-ats_addresses.c
index 5ba0fb50a..c7aea82e9 100644
--- a/src/ats/gnunet-service-ats_addresses.c
+++ b/src/ats/gnunet-service-ats_addresses.c
@@ -370,7 +370,7 @@ struct GAS_Addresses_Handle
370/** 370/**
371 * Assemble ATS information from address 371 * Assemble ATS information from address
372 * 372 *
373 * @param src source address 373 * @param aa source address
374 * @param dest destination 374 * @param dest destination
375 * @return number of elements 375 * @return number of elements
376 */ 376 */
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index 8190ecc91..7b86eb927 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -955,6 +955,7 @@ handle_direct_disconnect (struct DirectNeighbor *neighbor)
955 * 955 *
956 * @param cls closure 956 * @param cls closure
957 * @param address the address 957 * @param address the address
958 * @param active is this address in active use
958 * @param bandwidth_out assigned outbound bandwidth for the connection 959 * @param bandwidth_out assigned outbound bandwidth for the connection
959 * @param bandwidth_in assigned inbound bandwidth for the connection 960 * @param bandwidth_in assigned inbound bandwidth for the connection
960 * @param ats performance data for the address (as far as known) 961 * @param ats performance data for the address (as far as known)
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index dab33acdc..ebb0a3261 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -235,6 +235,7 @@ GSF_test_get_load_too_high_ (uint32_t priority)
235* 235*
236 * @param cls closure 236 * @param cls closure
237 * @param address the address 237 * @param address the address
238 * @param active is this address in active use
238 * @param bandwidth_out assigned outbound bandwidth for the connection 239 * @param bandwidth_out assigned outbound bandwidth for the connection
239 * @param bandwidth_in assigned inbound bandwidth for the connection 240 * @param bandwidth_in assigned inbound bandwidth for the connection
240 * @param ats performance data for the address (as far as known) 241 * @param ats performance data for the address (as far as known)
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index 2312961d0..e8f64f6cf 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -350,10 +350,8 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target, const void *msg
350 * Function that will be called to manipulate ATS information according to 350 * Function that will be called to manipulate ATS information according to
351 * current manipulation settings 351 * current manipulation settings
352 * 352 *
353 * @param cls closure
354 * @param peer the peer 353 * @param peer the peer
355 * @param address binary address 354 * @param address binary address
356 * @param address_len length of the address
357 * @param session the session 355 * @param session the session
358 * @param ats the ats information 356 * @param ats the ats information
359 * @param ats_count the number of ats information 357 * @param ats_count the number of ats information
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 0f8c1156e..e9bfeddb6 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -55,13 +55,11 @@ GST_manipulation_recv (void *cls,
55 uint16_t sender_address_len); 55 uint16_t sender_address_len);
56 56
57/** 57/**
58 * Function that will be called to figure if an address is an loopback, 58 * Function that will be called to manipulate ATS information according to
59 * LAN, WAN etc. address 59 * current manipulation settings
60 * 60 *
61 * @param cls closure
62 * @param peer the peer 61 * @param peer the peer
63 * @param address binary address 62 * @param address binary address
64 * @param address_len length of the address
65 * @param session the session 63 * @param session the session
66 * @param ats the ats information 64 * @param ats the ats information
67 * @param ats_count the number of ats information 65 * @param ats_count the number of ats information