aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-28 12:40:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-28 12:40:41 +0000
commitd83a3d2ac2a33d43239bbd5703574872081ba81f (patch)
tree4cf623eeec48634fa1d0ffd6ce31521ee90a3c3c /src/fs/test_fs_search.c
parent0398c75b95c53ffd109635e5477e8bb3b93217de (diff)
downloadgnunet-d83a3d2ac2a33d43239bbd5703574872081ba81f.tar.gz
gnunet-d83a3d2ac2a33d43239bbd5703574872081ba81f.zip
added option to restrict search to local-only
Diffstat (limited to 'src/fs/test_fs_search.c')
-rw-r--r--src/fs/test_fs_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/test_fs_search.c b/src/fs/test_fs_search.c
index 5f5f7f62a..32f885814 100644
--- a/src/fs/test_fs_search.c
+++ b/src/fs/test_fs_search.c
@@ -115,6 +115,7 @@ progress_cb (void *cls,
115 search = GNUNET_FS_search_start (fs, 115 search = GNUNET_FS_search_start (fs,
116 kuri, 116 kuri,
117 1, 117 1,
118 GNUNET_FS_SEARCH_OPTION_NONE,
118 "search"); 119 "search");
119 GNUNET_FS_uri_destroy (kuri); 120 GNUNET_FS_uri_destroy (kuri);
120 GNUNET_assert (search != NULL); 121 GNUNET_assert (search != NULL);