aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-16 09:34:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-16 09:34:22 +0000
commitc1d89ed3cf92fa2492a5639e725aadd74742f135 (patch)
tree2c3b364f98947d36151e148eba8978f98b960da4 /src/ats/gnunet-service-ats_scheduling.h
parentc345e101fd271feb03c311d0ec1837fc6cf179f3 (diff)
downloadgnunet-c1d89ed3cf92fa2492a5639e725aadd74742f135.tar.gz
gnunet-c1d89ed3cf92fa2492a5639e725aadd74742f135.zip
do not use session_id in GAS_performance_notify_all_clients, needs to be 'active'; also indentation/doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index f8b7000bd..b6540e115 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -70,11 +70,11 @@ GAS_handle_reset_backoff (void *cls,
70 * @param peer peer for which this is an address suggestion 70 * @param peer peer for which this is an address suggestion
71 * @param plugin_name 0-termintated string specifying the transport plugin 71 * @param plugin_name 0-termintated string specifying the transport plugin
72 * @param plugin_addr binary address for the plugin to use 72 * @param plugin_addr binary address for the plugin to use
73 * @param plugin_addr_len number of bytes in plugin_addr 73 * @param plugin_addr_len number of bytes in @a plugin_addr
74 * @param session_id session ID to use 74 * @param session_id session ID to use
75 * @param local_address_info the local address for the address 75 * @param local_address_info the local address for the address
76 * @param atsi performance data for the address 76 * @param atsi performance data for the address
77 * @param atsi_count number of performance records in 'ats' 77 * @param atsi_count number of performance records in @a atsi
78 * @param bandwidth_out assigned outbound bandwidth 78 * @param bandwidth_out assigned outbound bandwidth
79 * @param bandwidth_in assigned inbound bandwidth 79 * @param bandwidth_in assigned inbound bandwidth
80 */ 80 */