aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 20:32:06 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:41:53 +0200
commite5f227e7c3335d41ebfd844e3b50468cac66f5ed (patch)
tree1b174c6b711aa406a90fbfdd66c4ca2679ced3f7 /src/fs/fs_test_lib.c
parent7da03a5304bdfcbb794e6e2e9f41d4a8f13fc821 (diff)
downloadgnunet-e5f227e7c3335d41ebfd844e3b50468cac66f5ed.tar.gz
gnunet-e5f227e7c3335d41ebfd844e3b50468cac66f5ed.zip
-First pass through FS subsystem
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,