aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search.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_search.c
parent377c3e56c2b903b6cf57b687f20b2379299c5c89 (diff)
downloadgnunet-8080b1223983045fc3374e67fc01be643a84a09f.tar.gz
gnunet-8080b1223983045fc3374e67fc01be643a84a09f.zip
towards fi synchronization
Diffstat (limited to 'src/fs/test_fs_search.c')
-rw-r--r--src/fs/test_fs_search.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_search.c b/src/fs/test_fs_search.c
index 32f885814..42687a743 100644
--- a/src/fs/test_fs_search.c
+++ b/src/fs/test_fs_search.c
@@ -249,7 +249,8 @@ run (void *cls,
249 buf[i] = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 256); 249 buf[i] = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK, 256);
250 meta = GNUNET_CONTAINER_meta_data_create (); 250 meta = GNUNET_CONTAINER_meta_data_create ();
251 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords); 251 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords);
252 fi = GNUNET_FS_file_information_create_from_data ("publish-context", 252 fi = GNUNET_FS_file_information_create_from_data (fs,
253 "publish-context",
253 FILESIZE, 254 FILESIZE,
254 buf, 255 buf,
255 kuri, 256 kuri,