aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_namespace_list_updateable.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-20 15:14:44 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-20 15:14:44 +0000
commit18656ea25708198199589ac8c32c360f2ee1a544 (patch)
tree817dc1fe18dc53fe70bc647f0383cdd7d403af59 /src/fs/test_fs_namespace_list_updateable.c
parenta2cd9dd7848a038d7006c4766ced886c9538c956 (diff)
downloadgnunet-18656ea25708198199589ac8c32c360f2ee1a544.tar.gz
gnunet-18656ea25708198199589ac8c32c360f2ee1a544.zip
-fixes for api change in testing library
Diffstat (limited to 'src/fs/test_fs_namespace_list_updateable.c')
-rw-r--r--src/fs/test_fs_namespace_list_updateable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_namespace_list_updateable.c b/src/fs/test_fs_namespace_list_updateable.c
index 50668cac3..10e5c9be7 100644
--- a/src/fs/test_fs_namespace_list_updateable.c
+++ b/src/fs/test_fs_namespace_list_updateable.c
@@ -151,7 +151,8 @@ testNamespace ()
151 151
152static void 152static void
153run (void *cls, 153run (void *cls,
154 const struct GNUNET_CONFIGURATION_Handle *cfg) 154 const struct GNUNET_CONFIGURATION_Handle *cfg,
155 struct GNUNET_TESTING_Peer *peer)
155{ 156{
156 fs = GNUNET_FS_start (cfg, "test-fs-namespace", &progress_cb, NULL, 157 fs = GNUNET_FS_start (cfg, "test-fs-namespace", &progress_cb, NULL,
157 GNUNET_FS_FLAGS_NONE, GNUNET_FS_OPTIONS_END); 158 GNUNET_FS_FLAGS_NONE, GNUNET_FS_OPTIONS_END);