aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-wdht_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-wdht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-wdht_neighbours.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-wdht_neighbours.c b/src/dht/gnunet-service-wdht_neighbours.c
index 78a04d66d..0fe61cffe 100644
--- a/src/dht/gnunet-service-wdht_neighbours.c
+++ b/src/dht/gnunet-service-wdht_neighbours.c
@@ -642,8 +642,7 @@ GDS_NEIGHBOURS_handle_put (enum GNUNET_BLOCK_Type block_type,
642 * @param key key for the content 642 * @param key key for the content
643 * @param xquery extended query 643 * @param xquery extended query
644 * @param xquery_size number of bytes in @a xquery 644 * @param xquery_size number of bytes in @a xquery
645 * @param reply_bf bloomfilter to filter duplicates 645 * @param bg block group to filter duplicates
646 * @param reply_bf_mutator mutator for @a reply_bf
647 * @param peer_bf filter for peers not to select (again, updated) 646 * @param peer_bf filter for peers not to select (again, updated)
648 * @return #GNUNET_OK if the request was forwarded, #GNUNET_NO if not 647 * @return #GNUNET_OK if the request was forwarded, #GNUNET_NO if not
649 */ 648 */
@@ -654,8 +653,7 @@ GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type,
654 uint32_t hop_count, 653 uint32_t hop_count,
655 const struct GNUNET_HashCode *key, 654 const struct GNUNET_HashCode *key,
656 const void *xquery, size_t xquery_size, 655 const void *xquery, size_t xquery_size,
657 const struct GNUNET_CONTAINER_BloomFilter *reply_bf, 656 struct GNUNET_BLOCK_Group *bg,
658 uint32_t reply_bf_mutator,
659 struct GNUNET_CONTAINER_BloomFilter *peer_bf) 657 struct GNUNET_CONTAINER_BloomFilter *peer_bf)
660{ 658{
661 // find closest finger(s) on all layers 659 // find closest finger(s) on all layers