aboutsummaryrefslogtreecommitdiff
path: root/src/dht/plugin_block_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/plugin_block_dht.c')
-rw-r--r--src/dht/plugin_block_dht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/plugin_block_dht.c b/src/dht/plugin_block_dht.c
index 3c016aedc..ac4732cff 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -51,13 +51,13 @@
51 */ 51 */
52static enum GNUNET_BLOCK_EvaluationResult 52static enum GNUNET_BLOCK_EvaluationResult
53block_plugin_dht_evaluate (void *cls, enum GNUNET_BLOCK_Type type, 53block_plugin_dht_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
54 const GNUNET_HashCode * query, 54 const struct GNUNET_HashCode * query,
55 struct GNUNET_CONTAINER_BloomFilter **bf, 55 struct GNUNET_CONTAINER_BloomFilter **bf,
56 int32_t bf_mutator, const void *xquery, 56 int32_t bf_mutator, const void *xquery,
57 size_t xquery_size, const void *reply_block, 57 size_t xquery_size, const void *reply_block,
58 size_t reply_block_size) 58 size_t reply_block_size)
59{ 59{
60 GNUNET_HashCode mhash; 60 struct GNUNET_HashCode mhash;
61 const struct GNUNET_HELLO_Message *hello; 61 const struct GNUNET_HELLO_Message *hello;
62 struct GNUNET_PeerIdentity pid; 62 struct GNUNET_PeerIdentity pid;
63 const struct GNUNET_MessageHeader *msg; 63 const struct GNUNET_MessageHeader *msg;
@@ -122,7 +122,7 @@ block_plugin_dht_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
122static int 122static int
123block_plugin_dht_get_key (void *cls, enum GNUNET_BLOCK_Type type, 123block_plugin_dht_get_key (void *cls, enum GNUNET_BLOCK_Type type,
124 const void *block, size_t block_size, 124 const void *block, size_t block_size,
125 GNUNET_HashCode * key) 125 struct GNUNET_HashCode * key)
126{ 126{
127 const struct GNUNET_MessageHeader *msg; 127 const struct GNUNET_MessageHeader *msg;
128 const struct GNUNET_HELLO_Message *hello; 128 const struct GNUNET_HELLO_Message *hello;