aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 11:57:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 11:57:02 +0000
commita35ab677ed4396f271cfd3fea2051044a6a8b5d7 (patch)
treeeea1190ad0ee245375cf3fbf8f2589b4ebec0531 /src/ats/gnunet-service-ats_performance.c
parent9e77b7fcdecbf00a51ff056b3041fd5fd260e2b4 (diff)
downloadgnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.tar.gz
gnunet-a35ab677ed4396f271cfd3fea2051044a6a8b5d7.zip
fixing doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.c')
-rw-r--r--src/ats/gnunet-service-ats_performance.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index 16b6404d6..ac2509455 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -260,7 +260,7 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
260/** 260/**
261 * Iterator for called from #GAS_addresses_get_peer_info() 261 * Iterator for called from #GAS_addresses_get_peer_info()
262 * 262 *
263 * @param p_it_cls closure with the `struct PerformanceClient *` 263 * @param cls closure with the `struct PerformanceClient *`
264 * @param id the peer id 264 * @param id the peer id
265 * @param plugin_name plugin name 265 * @param plugin_name plugin name
266 * @param plugin_addr address 266 * @param plugin_addr address
@@ -422,12 +422,12 @@ transmit_req_addr (struct AddressIteration *ai,
422/** 422/**
423 * Iterator for #GAS_addresses_get_peer_info() 423 * Iterator for #GAS_addresses_get_peer_info()
424 * 424 *
425 * @param p_it_cls closure with our `struct AddressIteration *` 425 * @param cls closure with our `struct AddressIteration *`
426 * @param id the peer id 426 * @param id the peer id
427 * @param plugin_name plugin name 427 * @param plugin_name plugin name
428 * @param plugin_addr address 428 * @param plugin_addr address
429 * @param plugin_addr_len length of @a plugin_addr 429 * @param plugin_addr_len length of @a plugin_addr
430 * @param address_active is address actively used 430 * @param active is address actively used
431 * @param atsi ats performance information 431 * @param atsi ats performance information
432 * @param atsi_count number of ats performance elements in @a atsi 432 * @param atsi_count number of ats performance elements in @a atsi
433 * @param bandwidth_out current outbound bandwidth assigned to address 433 * @param bandwidth_out current outbound bandwidth assigned to address