aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-24 11:13:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-24 11:13:37 +0000
commit3786ddc89f474a63a9006f4413a2044430f76770 (patch)
tree39dc0b35a802c311e8a7fc091007678142f3fa8f /src/include/gnunet_transport_plugin.h
parente2eb96ea9fec651b84c36b588753ec2bd2294b4c (diff)
downloadgnunet-3786ddc89f474a63a9006f4413a2044430f76770.tar.gz
gnunet-3786ddc89f474a63a9006f4413a2044430f76770.zip
adding documentation
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 735b3354f..4bed48de5 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -190,7 +190,14 @@ typedef struct GNUNET_TIME_Relative
190 190
191 191
192/** 192/**
193 * FIXME: document! 193 * Function to be called by the plugin to be notified about changes to the quota
194 * for a specific peer, plugin and session
195 *
196 * @param cls closure
197 * @param peer the peer to be notified about
198 * @param plugin the plugin to be notified about
199 * @param session the session for include in the notification
200 *
194 */ 201 */
195typedef void 202typedef void
196(*GNUNET_TRANSPORT_RegisterQuotaNotification) (void *cls, 203(*GNUNET_TRANSPORT_RegisterQuotaNotification) (void *cls,
@@ -200,7 +207,13 @@ typedef void
200 207
201 208
202/** 209/**
203 * FIXME: document! 210 * Function to be called by the plugin to stop notification about changes to the quota
211 * for a specific peer, plugin and session
212 *
213 * @param cls closure
214 * @param peer the peer to be notified about
215 * @param plugin the plugin to be notified about
216 * @param session the session for include in the notification
204 */ 217 */
205typedef void 218typedef void
206(*GNUNET_TRANSPORT_UnregisterQuotaNotification) (void *cls, 219(*GNUNET_TRANSPORT_UnregisterQuotaNotification) (void *cls,