aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-24 12:25:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-24 12:25:26 +0000
commit1520a098258938a71b0a74c87a1a7138a00281b8 (patch)
treefe5f7186a308aeb66d1e5b903db5ac711cc47d05 /src/gns/gns_api.c
parentfcb50bee29366d9cfce8df2ec44d598d084b39cb (diff)
downloadgnunet-1520a098258938a71b0a74c87a1a7138a00281b8.tar.gz
gnunet-1520a098258938a71b0a74c87a1a7138a00281b8.zip
dozygen
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 9ef98b805..f9e563fda 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -342,7 +342,10 @@ force_reconnect (struct GNUNET_GNS_Handle *h)
342/** 342/**
343 * Transmit the next pending message, called by notify_transmit_ready 343 * Transmit the next pending message, called by notify_transmit_ready
344 * 344 *
345 * @param fixme 345 * @param cls the closure
346 * @param size size of pending data
347 * @param buf buffer with pending data
348 * @return size data transmitted
346 */ 349 */
347static size_t 350static size_t
348transmit_pending (void *cls, size_t size, void *buf); 351transmit_pending (void *cls, size_t size, void *buf);
@@ -361,7 +364,7 @@ process_message (void *cls, const struct GNUNET_MessageHeader *msg);
361/** 364/**
362 * Try to send messages from list of messages to send 365 * Try to send messages from list of messages to send
363 * 366 *
364 * @param fixme 367 * @param handle the GNS handle
365 */ 368 */
366static void 369static void
367process_pending_messages (struct GNUNET_GNS_Handle *handle) 370process_pending_messages (struct GNUNET_GNS_Handle *handle)
@@ -394,7 +397,10 @@ process_pending_messages (struct GNUNET_GNS_Handle *handle)
394/** 397/**
395 * Transmit the next pending message, called by notify_transmit_ready 398 * Transmit the next pending message, called by notify_transmit_ready
396 * 399 *
397 * @param fixme 400 * @param cls the closure
401 * @param size size of pending data
402 * @param buf buffer with pending data
403 * @return size data transmitted
398 */ 404 */
399static size_t 405static size_t
400transmit_pending (void *cls, size_t size, void *buf) 406transmit_pending (void *cls, size_t size, void *buf)