aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-30 18:58:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-30 18:58:25 +0000
commit221afde829c4bf9d20da68d42352697a6abf7f51 (patch)
tree56bb80350b8f56a2f2792b215fd9050c2c69efc2 /src/datacache
parentdb6f2016ec9456dc08debcc00af16f5bb7c32a72 (diff)
downloadgnunet-221afde829c4bf9d20da68d42352697a6abf7f51.tar.gz
gnunet-221afde829c4bf9d20da68d42352697a6abf7f51.zip
bugfixes
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/datacache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index bfd48ff63..c8530055d 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -35,11 +35,6 @@ struct GNUNET_DATACACHE_Handle
35{ 35{
36 36
37 /** 37 /**
38 * Our datastore plugin (NULL if not available).
39 */
40 struct DatastorePlugin *plugin;
41
42 /**
43 * Bloomfilter to quickly tell if we don't have the content. 38 * Bloomfilter to quickly tell if we don't have the content.
44 */ 39 */
45 struct GNUNET_CONTAINER_BloomFilter *filter; 40 struct GNUNET_CONTAINER_BloomFilter *filter;