aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index eb785afdd..33539bdaf 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -282,7 +282,8 @@ struct GNUNET_ATS_InformationRequestContext;
282 * @param preference increase incoming traffic share preference by this amount; 282 * @param preference increase incoming traffic share preference by this amount;
283 * in the absence of "amount" reservations, we use this 283 * in the absence of "amount" reservations, we use this
284 * preference value to assign proportional bandwidth shares 284 * preference value to assign proportional bandwidth shares
285 * to all connected peers 285 * to all connected peers; in the future, this should be
286 * replaced with more specific QoS expressions...
286 * @param info function to call with the resulting configuration information 287 * @param info function to call with the resulting configuration information
287 * @param info_cls closure for info 288 * @param info_cls closure for info
288 * @return NULL on error 289 * @return NULL on error