aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-25 14:19:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-25 14:19:38 +0000
commit992e1d7a51eac4e59e1751037b88f198d4f7014f (patch)
treed3e48ea84b6272ab8049beab0bcbe2dfbcfe19b1 /src/namestore/namestore_api.c
parent161f45f41a34fd89f9bc47f094f72796ca04bce5 (diff)
downloadgnunet-992e1d7a51eac4e59e1751037b88f198d4f7014f.tar.gz
gnunet-992e1d7a51eac4e59e1751037b88f198d4f7014f.zip
-fix remove testcase
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index b323f7cad..bf9f3ffb8 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -310,7 +310,7 @@ handle_lookup_block_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
310 * @param qe the respective entry in the message queue 310 * @param qe the respective entry in the message queue
311 * @param msg the message we received 311 * @param msg the message we received
312 * @param size the message size 312 * @param size the message size
313 * @return GNUNET_OK on success, GNUNET_SYSERR on error and we did NOT notify the client 313 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error and we did NOT notify the client
314 */ 314 */
315static int 315static int
316handle_block_cache_response (struct GNUNET_NAMESTORE_QueueEntry *qe, 316handle_block_cache_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
@@ -330,12 +330,12 @@ handle_block_cache_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
330 330
331 331
332/** 332/**
333 * Handle an incoming message of type 'GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE_RESPONSE' 333 * Handle an incoming message of type #GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_STORE_RESPONSE
334 * 334 *
335 * @param qe the respective entry in the message queue 335 * @param qe the respective entry in the message queue
336 * @param msg the message we received 336 * @param msg the message we received
337 * @param size the message size 337 * @param size the message size
338 * @return GNUNET_OK on success, GNUNET_SYSERR on error and we did NOT notify the client 338 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error and we did NOT notify the client
339 */ 339 */
340static int 340static int
341handle_record_store_response (struct GNUNET_NAMESTORE_QueueEntry *qe, 341handle_record_store_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
@@ -360,12 +360,12 @@ handle_record_store_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
360 360
361 361
362/** 362/**
363 * Handle an incoming message of type 'GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT' 363 * Handle an incoming message of type #GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT
364 * 364 *
365 * @param qe the respective entry in the message queue 365 * @param qe the respective entry in the message queue
366 * @param msg the message we received 366 * @param msg the message we received
367 * @param size the message size 367 * @param size the message size
368 * @return GNUNET_OK on success, GNUNET_SYSERR on error and we did NOT notify the client 368 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error and we did NOT notify the client
369 */ 369 */
370static int 370static int
371handle_record_result (struct GNUNET_NAMESTORE_QueueEntry *qe, 371handle_record_result (struct GNUNET_NAMESTORE_QueueEntry *qe,
@@ -763,7 +763,7 @@ do_transmit (struct GNUNET_NAMESTORE_Handle *h);
763/** 763/**
764 * We can now transmit a message to NAMESTORE. Do it. 764 * We can now transmit a message to NAMESTORE. Do it.
765 * 765 *
766 * @param cls the 'struct GNUNET_NAMESTORE_Handle' 766 * @param cls the `struct GNUNET_NAMESTORE_Handle`
767 * @param size number of bytes we can transmit 767 * @param size number of bytes we can transmit
768 * @param buf where to copy the messages 768 * @param buf where to copy the messages
769 * @return number of bytes copied into buf 769 * @return number of bytes copied into buf