aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-05 14:16:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-05 14:16:45 +0000
commitb3cdbf13244b4c1b3ac84464209dedb4d3ee59c7 (patch)
tree68e79980fcd3240558897fc09ded6eec6cac6582 /src/dht/dht.h
parent0f8fe7f9eedfe9f70333b9bc7105cbc096af5f05 (diff)
downloadgnunet-b3cdbf13244b4c1b3ac84464209dedb4d3ee59c7.tar.gz
gnunet-b3cdbf13244b4c1b3ac84464209dedb4d3ee59c7.zip
fix
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 9c2e889a7..0f9d28fe4 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -447,7 +447,7 @@ struct GNUNET_DHT_FindPeerMessage
447 */ 447 */
448 struct GNUNET_MessageHeader header; 448 struct GNUNET_MessageHeader header;
449 449
450 /* 450 /**
451 * Bloomfilter to reduce find peer responses 451 * Bloomfilter to reduce find peer responses
452 */ 452 */
453 char bloomfilter[DHT_BLOOM_SIZE]; 453 char bloomfilter[DHT_BLOOM_SIZE];