gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33828 - gnunet/src/include
Date: Tue, 24 Jun 2014 13:13:37 +0200

Author: wachs
Date: 2014-06-24 13:13:37 +0200 (Tue, 24 Jun 2014)
New Revision: 33828

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
Log:
adding documentation


Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2014-06-24 11:13:17 UTC 
(rev 33827)
+++ gnunet/src/include/gnunet_transport_plugin.h        2014-06-24 11:13:37 UTC 
(rev 33828)
@@ -190,7 +190,14 @@
 
 
 /**
- * FIXME: document!
+ * Function to be called by the plugin to be notified about changes to the 
quota
+ * for a specific peer, plugin and session
+ *
+ * @param cls closure
+ * @param peer the peer to be notified about
+ * @param plugin the plugin to be notified about
+ * @param session the session for include in the notification
+ *
  */
 typedef void
 (*GNUNET_TRANSPORT_RegisterQuotaNotification) (void *cls,
@@ -200,7 +207,13 @@
 
 
 /**
- * FIXME: document!
+ * Function to be called by the plugin to stop notification about changes to 
the quota
+ * for a specific peer, plugin and session
+ *
+ * @param cls closure
+ * @param peer the peer to be notified about
+ * @param plugin the plugin to be notified about
+ * @param session the session for include in the notification
  */
 typedef void
 (*GNUNET_TRANSPORT_UnregisterQuotaNotification) (void *cls,




reply via email to

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