From cee176e7b9d5692f8798be097e9834eabf2aad8c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 21 Nov 2012 10:51:21 +0000 Subject: [PATCH] dogygen --- src/ats/ats_api_performance.c | 2 +- src/ats/gnunet-service-ats_performance.c | 2 ++ src/ats/gnunet-service-ats_performance.h | 1 + src/include/gnunet_ats_service.h | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index 566b0cce3..4e09123c5 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -747,7 +747,7 @@ GNUNET_ATS_reserve_bandwidth_cancel (struct GNUNET_ATS_ReservationContext *rc) /** * Get information about addresses known to the ATS subsystem. * - * @param cfg configuration to use + * @param handle the performance handle to use * @param peer peer idm can be NULL for all peers * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to * get only address currently used diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c index 446024b32..893d8e125 100644 --- a/src/ats/gnunet-service-ats_performance.c +++ b/src/ats/gnunet-service-ats_performance.c @@ -138,6 +138,7 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client) * @param plugin_name 0-termintated string specifying the transport plugin * @param plugin_addr binary address for the plugin to use * @param plugin_addr_len number of bytes in plugin_addr + * @param active is this address active * @param atsi performance data for the address * @param atsi_count number of performance records in 'ats' * @param bandwidth_out assigned outbound bandwidth @@ -202,6 +203,7 @@ GAS_performance_notify_client (struct PerformanceClient *pc, * @param plugin_name 0-termintated string specifying the transport plugin * @param plugin_addr binary address for the plugin to use * @param plugin_addr_len number of bytes in plugin_addr + * @param active is this address active * @param atsi performance data for the address * @param atsi_count number of performance records in 'ats' * @param bandwidth_out assigned outbound bandwidth diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h index 4a8f843d0..f237c71ac 100644 --- a/src/ats/gnunet-service-ats_performance.h +++ b/src/ats/gnunet-service-ats_performance.h @@ -60,6 +60,7 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client); * @param plugin_name 0-termintated string specifying the transport plugin * @param plugin_addr binary address for the plugin to use * @param plugin_addr_len number of bytes in plugin_addr + * @param active is this address active * @param atsi performance data for the address * @param atsi_count number of performance records in 'ats' * @param bandwidth_out assigned outbound bandwidth diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h index a8f742cba..65893fec1 100644 --- a/src/include/gnunet_ats_service.h +++ b/src/include/gnunet_ats_service.h @@ -713,7 +713,7 @@ GNUNET_ATS_performance_init (const struct GNUNET_CONFIGURATION_Handle *cfg, /** * Get information about addresses known to the ATS subsystem. * - * @param cfg configuration to use + * @param handle the performance handle to use * @param peer peer idm can be NULL for all peers * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to * get only address currently used -- 2.25.1