aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/ats_api_performance.c2
-rw-r--r--src/ats/gnunet-service-ats_performance.c2
-rw-r--r--src/ats/gnunet-service-ats_performance.h1
-rw-r--r--src/include/gnunet_ats_service.h2
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)
747/** 747/**
748 * Get information about addresses known to the ATS subsystem. 748 * Get information about addresses known to the ATS subsystem.
749 * 749 *
750 * @param cfg configuration to use 750 * @param handle the performance handle to use
751 * @param peer peer idm can be NULL for all peers 751 * @param peer peer idm can be NULL for all peers
752 * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to 752 * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to
753 * get only address currently used 753 * 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)
138 * @param plugin_name 0-termintated string specifying the transport plugin 138 * @param plugin_name 0-termintated string specifying the transport plugin
139 * @param plugin_addr binary address for the plugin to use 139 * @param plugin_addr binary address for the plugin to use
140 * @param plugin_addr_len number of bytes in plugin_addr 140 * @param plugin_addr_len number of bytes in plugin_addr
141 * @param active is this address active
141 * @param atsi performance data for the address 142 * @param atsi performance data for the address
142 * @param atsi_count number of performance records in 'ats' 143 * @param atsi_count number of performance records in 'ats'
143 * @param bandwidth_out assigned outbound bandwidth 144 * @param bandwidth_out assigned outbound bandwidth
@@ -202,6 +203,7 @@ GAS_performance_notify_client (struct PerformanceClient *pc,
202 * @param plugin_name 0-termintated string specifying the transport plugin 203 * @param plugin_name 0-termintated string specifying the transport plugin
203 * @param plugin_addr binary address for the plugin to use 204 * @param plugin_addr binary address for the plugin to use
204 * @param plugin_addr_len number of bytes in plugin_addr 205 * @param plugin_addr_len number of bytes in plugin_addr
206 * @param active is this address active
205 * @param atsi performance data for the address 207 * @param atsi performance data for the address
206 * @param atsi_count number of performance records in 'ats' 208 * @param atsi_count number of performance records in 'ats'
207 * @param bandwidth_out assigned outbound bandwidth 209 * @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);
60 * @param plugin_name 0-termintated string specifying the transport plugin 60 * @param plugin_name 0-termintated string specifying the transport plugin
61 * @param plugin_addr binary address for the plugin to use 61 * @param plugin_addr binary address for the plugin to use
62 * @param plugin_addr_len number of bytes in plugin_addr 62 * @param plugin_addr_len number of bytes in plugin_addr
63 * @param active is this address active
63 * @param atsi performance data for the address 64 * @param atsi performance data for the address
64 * @param atsi_count number of performance records in 'ats' 65 * @param atsi_count number of performance records in 'ats'
65 * @param bandwidth_out assigned outbound bandwidth 66 * @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,
713/** 713/**
714 * Get information about addresses known to the ATS subsystem. 714 * Get information about addresses known to the ATS subsystem.
715 * 715 *
716 * @param cfg configuration to use 716 * @param handle the performance handle to use
717 * @param peer peer idm can be NULL for all peers 717 * @param peer peer idm can be NULL for all peers
718 * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to 718 * @param all GNUNET_YES to get information about all addresses or GNUNET_NO to
719 * get only address currently used 719 * get only address currently used