aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-13 20:08:11 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-13 20:08:11 +0000
commit7ee0e1af2fb61d09bdc646fbdbaa0a698330a478 (patch)
tree6bde5814c1ff6de6969b58bf347327485bc277c9 /src/include/gnunet_core_service.h
parenta4473b58bdd25d7e3531cbc50086e75ae62b769b (diff)
downloadgnunet-7ee0e1af2fb61d09bdc646fbdbaa0a698330a478.tar.gz
gnunet-7ee0e1af2fb61d09bdc646fbdbaa0a698330a478.zip
-doxygen, one more statistic
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 7b039ed99..c06e3c1f6 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -26,7 +26,6 @@
26 * @defgroup core encrypted direct communication between peers 26 * @defgroup core encrypted direct communication between peers
27 * @{ 27 * @{
28 */ 28 */
29
30#ifndef GNUNET_CORE_SERVICE_H 29#ifndef GNUNET_CORE_SERVICE_H
31#define GNUNET_CORE_SERVICE_H 30#define GNUNET_CORE_SERVICE_H
32 31
@@ -245,7 +244,7 @@ struct GNUNET_CORE_TransmitHandle;
245 * established (and the client has been informed about this). You may 244 * established (and the client has been informed about this). You may
246 * have one request of this type pending for each connected peer at 245 * have one request of this type pending for each connected peer at
247 * any time. If a peer disconnects, the application MUST call 246 * any time. If a peer disconnects, the application MUST call
248 * #GNUNET_CORE_notify_transmit_ready_cancel on the respective 247 * #GNUNET_CORE_notify_transmit_ready_cancel() on the respective
249 * transmission request, if one such request is pending. 248 * transmission request, if one such request is pending.
250 * 249 *
251 * @param handle connection to core service 250 * @param handle connection to core service
@@ -253,7 +252,7 @@ struct GNUNET_CORE_TransmitHandle;
253 * @param priority how important is the message? 252 * @param priority how important is the message?
254 * @param maxdelay how long can the message wait? Only effective if @a cork is #GNUNET_YES 253 * @param maxdelay how long can the message wait? Only effective if @a cork is #GNUNET_YES
255 * @param target who should receive the message, never NULL (can be this peer's identity for loopback) 254 * @param target who should receive the message, never NULL (can be this peer's identity for loopback)
256 * @param notify_size how many bytes of buffer space does notify want? 255 * @param notify_size how many bytes of buffer space does @a notify want?
257 * @param notify function to call when buffer space is available; 256 * @param notify function to call when buffer space is available;
258 * will be called with NULL on timeout; clients MUST cancel 257 * will be called with NULL on timeout; clients MUST cancel
259 * all pending transmission requests DURING the disconnect 258 * all pending transmission requests DURING the disconnect
@@ -261,7 +260,7 @@ struct GNUNET_CORE_TransmitHandle;
261 * @param notify_cls closure for @a notify 260 * @param notify_cls closure for @a notify
262 * @return non-NULL if the notify callback was queued, 261 * @return non-NULL if the notify callback was queued,
263 * NULL if we can not even queue the request (request already pending); 262 * NULL if we can not even queue the request (request already pending);
264 * if NULL is returned, "notify" will NOT be called. 263 * if NULL is returned, @a notify will NOT be called.
265 */ 264 */
266struct GNUNET_CORE_TransmitHandle * 265struct GNUNET_CORE_TransmitHandle *
267GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, 266GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle,