aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 20:46:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 20:46:25 +0000
commita4bdb0feb4bd31c7dcbef939e1d80949ee5b0515 (patch)
tree43543ada749760062a40df086ab94498180fea4f /src/fs/fs_test_lib.h
parent43677cdd03d9a1219b9a1211f27c04f69732dfbc (diff)
downloadgnunet-a4bdb0feb4bd31c7dcbef939e1d80949ee5b0515.tar.gz
gnunet-a4bdb0feb4bd31c7dcbef939e1d80949ee5b0515.zip
adding test for content migration
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index 524c1f3cc..a13de9874 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -42,6 +42,7 @@ struct GNUNET_FS_TestDaemon;
42 * Start daemons for testing. 42 * Start daemons for testing.
43 * 43 *
44 * @param sched scheduler to use 44 * @param sched scheduler to use
45 * @param template_cfg_file configuration template to use
45 * @param timeout if this operation cannot be completed within the 46 * @param timeout if this operation cannot be completed within the
46 * given period, call the continuation with an error code 47 * given period, call the continuation with an error code
47 * @param total number of daemons to start 48 * @param total number of daemons to start
@@ -52,6 +53,7 @@ struct GNUNET_FS_TestDaemon;
52 */ 53 */
53void 54void
54GNUNET_FS_TEST_daemons_start (struct GNUNET_SCHEDULER_Handle *sched, 55GNUNET_FS_TEST_daemons_start (struct GNUNET_SCHEDULER_Handle *sched,
56 const char *template_cfg_file,
55 struct GNUNET_TIME_Relative timeout, 57 struct GNUNET_TIME_Relative timeout,
56 unsigned int total, 58 unsigned int total,
57 struct GNUNET_FS_TestDaemon **daemons, 59 struct GNUNET_FS_TestDaemon **daemons,