aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_test_lib.c')
-rw-r--r--src/fs/fs_test_lib.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index dc4b214d9..94bf469f7 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -430,21 +430,6 @@ publish_fs_connect_complete_cb (void *cls,
430} 430}
431 431
432 432
433/**
434 * Publish a file at the given peer.
435 *
436 * @param peer where to publish
437 * @param timeout if this operation cannot be completed within the
438 * given period, call the continuation with an error code
439 * @param anonymity option for publication
440 * @param do_index GNUNET_YES for index, GNUNET_NO for insertion,
441 * GNUNET_SYSERR for simulation
442 * @param size size of the file to publish
443 * @param seed seed to use for file generation
444 * @param verbose how verbose to be in reporting
445 * @param cont function to call when done
446 * @param cont_cls closure for cont
447 */
448void 433void
449GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer, 434GNUNET_FS_TEST_publish (struct GNUNET_TESTBED_Peer *peer,
450 struct GNUNET_TIME_Relative timeout, uint32_t anonymity, 435 struct GNUNET_TIME_Relative timeout, uint32_t anonymity,
@@ -612,19 +597,6 @@ download_fs_connect_complete_cb (void *cls,
612} 597}
613 598
614 599
615/**
616 * Perform test download.
617 *
618 * @param peer which peer to download from
619 * @param timeout if this operation cannot be completed within the
620 * given period, call the continuation with an error code
621 * @param anonymity option for download
622 * @param seed used for file validation
623 * @param uri URI of file to download (CHK/LOC only)
624 * @param verbose how verbose to be in reporting
625 * @param cont function to call when done
626 * @param cont_cls closure for cont
627 */
628void 600void
629GNUNET_FS_TEST_download (struct GNUNET_TESTBED_Peer *peer, 601GNUNET_FS_TEST_download (struct GNUNET_TESTBED_Peer *peer,
630 struct GNUNET_TIME_Relative timeout, 602 struct GNUNET_TIME_Relative timeout,