aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-13 10:19:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-13 10:19:24 +0000
commit44a658f23e225e260c6837f4b9692caca1e91a4a (patch)
treed04819e88f7feed71a81dd94ed006e17b6a43593 /src/dht/gnunet-service-dht.c
parentca188da3bc3dd08fce6db4205b98aec47bf9f174 (diff)
downloadgnunet-44a658f23e225e260c6837f4b9692caca1e91a4a.tar.gz
gnunet-44a658f23e225e260c6837f4b9692caca1e91a4a.zip
dce
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index 2aeedebb4..419aadd46 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -543,11 +543,6 @@ struct DHTQueryRecord
543 GNUNET_HashCode key; 543 GNUNET_HashCode key;
544 544
545 /** 545 /**
546 * GET message of this record (what we already forwarded?).
547 */
548 //DV_DHT_MESSAGE get; Try to get away with not saving this.
549
550 /**
551 * Bloomfilter of the peers we've replied to so far 546 * Bloomfilter of the peers we've replied to so far
552 */ 547 */
553 //struct GNUNET_BloomFilter *bloom_results; Don't think we need this, just remove from DLL on response. 548 //struct GNUNET_BloomFilter *bloom_results; Don't think we need this, just remove from DLL on response.