aboutsummaryrefslogtreecommitdiff
path: root/src/util/bandwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bandwidth.c')
-rw-r--r--src/util/bandwidth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c
index 2a1a4011b..18b846869 100644
--- a/src/util/bandwidth.c
+++ b/src/util/bandwidth.c
@@ -196,6 +196,9 @@ update_excess (struct GNUNET_BANDWIDTH_Tracker *av)
196 * ignored and replaced by #GNUNET_SERVER_MAX_MESSAGE_SIZE (which is in 196 * ignored and replaced by #GNUNET_SERVER_MAX_MESSAGE_SIZE (which is in
197 * bytes). 197 * bytes).
198 * 198 *
199 * To stop notifications about updates and excess callbacks use
200 * #GNUNET_BANDWIDTH_tracker_notification_stop
201 *
199 * @param av tracker to initialize 202 * @param av tracker to initialize
200 * @param update_cb callback to notify a client about the tracker being updated 203 * @param update_cb callback to notify a client about the tracker being updated
201 * @param update_cb_cls cls for the callback 204 * @param update_cb_cls cls for the callback