aboutsummaryrefslogtreecommitdiff
path: root/src/util/bandwidth.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-03-20 09:58:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-03-20 09:58:43 +0000
commitad410474d7c7a71f726860e936200f80feedca1f (patch)
tree76ebef7de101cf810d61cb7ff6ea0d52dd0550a8 /src/util/bandwidth.c
parent173a142f9b7acd4a788f41dd23ca349cd4b901e9 (diff)
downloadgnunet-ad410474d7c7a71f726860e936200f80feedca1f.tar.gz
gnunet-ad410474d7c7a71f726860e936200f80feedca1f.zip
renaming generator type for ats
addign comment for bandwidth
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