aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_file_information.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
commit75a33a1499cf60ea4364c9aa673816629a6c1413 (patch)
tree0620da4312bb04de4d7b65074fdd3b0c3dd6cc0e /src/fs/test_fs_file_information.c
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/fs/test_fs_file_information.c')
-rw-r--r--src/fs/test_fs_file_information.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/test_fs_file_information.c b/src/fs/test_fs_file_information.c
index 57698165e..914dbad9f 100644
--- a/src/fs/test_fs_file_information.c
+++ b/src/fs/test_fs_file_information.c
@@ -67,7 +67,6 @@ mycleaner(void *cls,
67 67
68static void 68static void
69run (void *cls, 69run (void *cls,
70 struct GNUNET_SCHEDULER_Handle *s,
71 char *const *args, 70 char *const *args,
72 const char *cfgfile, 71 const char *cfgfile,
73 const struct GNUNET_CONFIGURATION_Handle *cfg) 72 const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -87,7 +86,7 @@ run (void *cls,
87 struct GNUNET_FS_Handle *fs; 86 struct GNUNET_FS_Handle *fs;
88 size_t i; 87 size_t i;
89 88
90 fs = GNUNET_FS_start (s, cfg, "test-fs-file-information", NULL, NULL, 89 fs = GNUNET_FS_start (cfg, "test-fs-file-information", NULL, NULL,
91 GNUNET_FS_FLAGS_NONE, 90 GNUNET_FS_FLAGS_NONE,
92 GNUNET_FS_OPTIONS_END); 91 GNUNET_FS_OPTIONS_END);
93 fn1 = GNUNET_DISK_mktemp ("gnunet-file_information-test-dst"); 92 fn1 = GNUNET_DISK_mktemp ("gnunet-file_information-test-dst");