aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-24 14:49:51 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-24 14:49:51 +0000
commit22a01e0dbbb8da97789c8462e553ea4fb10a65c9 (patch)
tree70b653048f13b09466905461471e8a8dbf6da52b /src/fs/fs_test_lib.c
parentec8b3142b2304fef64c7d76952a63a60471fb461 (diff)
downloadgnunet-22a01e0dbbb8da97789c8462e553ea4fb10a65c9.tar.gz
gnunet-22a01e0dbbb8da97789c8462e553ea4fb10a65c9.zip
doxygen
Diffstat (limited to 'src/fs/fs_test_lib.c')
-rw-r--r--src/fs/fs_test_lib.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index 1e3fa7f20..ee8ce46c6 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file fs/test_fs_lib.c 22 * @file fs/fs_test_lib.c
23 * @brief library routines for testing FS publishing and downloading 23 * @brief library routines for testing FS publishing and downloading
24 * with multiple peers; this code is limited to flat files 24 * with multiple peers; this code is limited to flat files
25 * and no keywords (those functions can be tested with 25 * and no keywords (those functions can be tested with
@@ -425,12 +425,8 @@ GNUNET_FS_TEST_daemons_connect (struct GNUNET_SCHEDULER_Handle *sched,
425 * Stop daemons used for testing. 425 * Stop daemons used for testing.
426 * 426 *
427 * @param sched scheduler to use 427 * @param sched scheduler to use
428 * @param timeout if this operation cannot be completed within the
429 * given period, call the continuation with an error code
430 * @param total number of daemons to stop 428 * @param total number of daemons to stop
431 * @param daemons array with the daemons (values will be clobbered) 429 * @param daemons array with the daemons (values will be clobbered)
432 * @param cont function to call when done
433 * @param cont_cls closure for cont
434 */ 430 */
435void 431void
436GNUNET_FS_TEST_daemons_stop (struct GNUNET_SCHEDULER_Handle *sched, 432GNUNET_FS_TEST_daemons_stop (struct GNUNET_SCHEDULER_Handle *sched,
@@ -568,6 +564,7 @@ download_timeout (void *cls,
568 * given period, call the continuation with an error code 564 * given period, call the continuation with an error code
569 * @param anonymity option for download 565 * @param anonymity option for download
570 * @param seed used for file validation 566 * @param seed used for file validation
567 * @param uri URI of file to download (CHK/LOC only)
571 * @param verbose how verbose to be in reporting 568 * @param verbose how verbose to be in reporting
572 * @param cont function to call when done 569 * @param cont function to call when done
573 * @param cont_cls closure for cont 570 * @param cont_cls closure for cont