gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32498 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r32498 - gnunet/src/include
Date: Tue, 4 Mar 2014 12:25:27 +0100

Author: grothoff
Date: 2014-03-04 12:25:27 +0100 (Tue, 04 Mar 2014)
New Revision: 32498

Modified:
   gnunet/src/include/gnunet_bandwidth_lib.h
Log:
-mmissing prototype

Modified: gnunet/src/include/gnunet_bandwidth_lib.h
===================================================================
--- gnunet/src/include/gnunet_bandwidth_lib.h   2014-03-04 11:25:16 UTC (rev 
32497)
+++ gnunet/src/include/gnunet_bandwidth_lib.h   2014-03-04 11:25:27 UTC (rev 
32498)
@@ -241,15 +241,24 @@
 
 
 /**
+ * Stop notifying about tracker updates and excess notifications
+ *
+ * @param av the respective trackers
+ */
+void
+GNUNET_BANDWIDTH_tracker_notification_stop (struct GNUNET_BANDWIDTH_Tracker 
*av);
+
+
+/**
  * Notify the tracker that a certain number of bytes of bandwidth have
  * been consumed.  Note that it is legal to consume bytes even if not
  * enough bandwidth is available (in that case,
- * GNUNET_BANDWIDTH_tracker_get_delay may return non-zero delay values
+ * #GNUNET_BANDWIDTH_tracker_get_delay() may return non-zero delay values
  * even for a size of zero for a while).
  *
  * @param av tracker to update
  * @param size number of bytes consumed
- * @return GNUNET_YES if this consumption is above the limit
+ * @return #GNUNET_YES if this consumption is above the limit
  */
 int
 GNUNET_BANDWIDTH_tracker_consume (struct GNUNET_BANDWIDTH_Tracker *av,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]