aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-30 08:57:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-30 08:57:16 +0000
commit8080b1223983045fc3374e67fc01be643a84a09f (patch)
tree0b1f889880863766c5cbcd9db6646cdfd01a728d /src/fs/test_fs_download.c
parent377c3e56c2b903b6cf57b687f20b2379299c5c89 (diff)
downloadgnunet-8080b1223983045fc3374e67fc01be643a84a09f.tar.gz
gnunet-8080b1223983045fc3374e67fc01be643a84a09f.zip
towards fi synchronization
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index b06f0e965..047c314e4 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -296,7 +296,8 @@ run (void *cls,
296 buf[i] = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 256); 296 buf[i] = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 256);
297 meta = GNUNET_CONTAINER_meta_data_create (); 297 meta = GNUNET_CONTAINER_meta_data_create ();
298 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords); 298 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords);
299 fi = GNUNET_FS_file_information_create_from_data ("publish-context", 299 fi = GNUNET_FS_file_information_create_from_data (fs,
300 "publish-context",
300 FILESIZE, 301 FILESIZE,
301 buf, 302 buf,
302 kuri, 303 kuri,