aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-04 08:25:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-04 08:25:28 +0000
commita82188f859826f98b209f265531d1fa63f2b6ae2 (patch)
tree260054d6fa6e71341e2feec387a1ef09988e7a60 /src/fs/fs.h
parent6c5be1e49eaeca44de6ec6e2e6ec2e91947a0752 (diff)
downloadgnunet-a82188f859826f98b209f265531d1fa63f2b6ae2.tar.gz
gnunet-a82188f859826f98b209f265531d1fa63f2b6ae2.zip
passing bf and xquery from client to service
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index edbde19da..0eba5615c 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -29,6 +29,7 @@
29 29
30#include "gnunet_constants.h" 30#include "gnunet_constants.h"
31#include "gnunet_datastore_service.h" 31#include "gnunet_datastore_service.h"
32#include "gnunet_dht_service.h"
32#include "gnunet_fs_service.h" 33#include "gnunet_fs_service.h"
33#include "gnunet_block_lib.h" 34#include "gnunet_block_lib.h"
34#include "block_fs.h" 35#include "block_fs.h"
@@ -114,7 +115,7 @@
114 * Number of bits we set per entry in the bloomfilter. 115 * Number of bits we set per entry in the bloomfilter.
115 * Do not change! 116 * Do not change!
116 */ 117 */
117#define BLOOMFILTER_K 16 118#define BLOOMFILTER_K GNUNET_DHT_GET_BLOOMFILTER_K
118 119
119/** 120/**
120 * Number of availability trials we perform per search result. 121 * Number of availability trials we perform per search result.