aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-12 13:58:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-12 13:58:59 +0000
commit55089a84f206a44059d7ba0ab0972236e93585af (patch)
tree661079d2b543d79464a75a7c2f07329a217c8bdd /src/fs/fs_test_lib.h
parent63cb2a4029b1baf541d19487580af8e43ee795dd (diff)
downloadgnunet-55089a84f206a44059d7ba0ab0972236e93585af.tar.gz
gnunet-55089a84f206a44059d7ba0ab0972236e93585af.zip
perf code
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index 2d8645cf9..666fad196 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -96,6 +96,17 @@ GNUNET_FS_TEST_get_group (struct GNUNET_FS_TestDaemon **daemons);
96 96
97 97
98/** 98/**
99 * Obtain peer configuration used for testing.
100 *
101 * @param daemons array with the daemons
102 * @param off which configuration to get
103 * @return peer configuration
104 */
105const struct GNUNET_CONFIGURATION_Handle *
106GNUNET_FS_TEST_get_configuration (struct GNUNET_FS_TestDaemon **daemons,
107 unsigned int off);
108
109/**
99 * Stop daemons used for testing. 110 * Stop daemons used for testing.
100 * 111 *
101 * @param sched scheduler to use 112 * @param sched scheduler to use