minor changes for address conversion
[oweals/gnunet.git] / src / util / bandwidth.c
index 2a1a4011b8a23f44de2098f0e3b7feca99c9012a..18b846869372ff86670fbb8e4e2961ede2524399 100644 (file)
@@ -196,6 +196,9 @@ update_excess (struct GNUNET_BANDWIDTH_Tracker *av)
  * ignored and replaced by #GNUNET_SERVER_MAX_MESSAGE_SIZE (which is in
  * bytes).
  *
+ * To stop notifications about updates and excess callbacks use
+ * #GNUNET_BANDWIDTH_tracker_notification_stop
+ *
  * @param av tracker to initialize
  * @param update_cb callback to notify a client about the tracker being updated
  * @param update_cb_cls cls for the callback