aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.h')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index 225c4aae0..6eac593a0 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -75,16 +75,17 @@ GDS_NEIGHBOURS_handle_put (enum GNUNET_BLOCK_Type type,
75 * @param hop_count how many hops did this request traverse so far? 75 * @param hop_count how many hops did this request traverse so far?
76 * @param key key for the content 76 * @param key key for the content
77 * @param xquery extended query 77 * @param xquery extended query
78 * @param xquery_size number of bytes in xquery 78 * @param xquery_size number of bytes in @a xquery
79 * @param reply_bf bloomfilter to filter duplicates 79 * @param reply_bf bloomfilter to filter duplicates
80 * @param reply_bf_mutator mutator for reply_bf 80 * @param reply_bf_mutator mutator for @a reply_bf
81 * @param peer_bf filter for peers not to select (again, updated) 81 * @param peer_bf filter for peers not to select (again, updated)
82 */ 82 */
83void 83void
84GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type, 84GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type,
85 enum GNUNET_DHT_RouteOption options, 85 enum GNUNET_DHT_RouteOption options,
86 uint32_t desired_replication_level, 86 uint32_t desired_replication_level,
87 uint32_t hop_count, const struct GNUNET_HashCode * key, 87 uint32_t hop_count,
88 const struct GNUNET_HashCode *key,
88 const void *xquery, size_t xquery_size, 89 const void *xquery, size_t xquery_size,
89 const struct GNUNET_CONTAINER_BloomFilter *reply_bf, 90 const struct GNUNET_CONTAINER_BloomFilter *reply_bf,
90 uint32_t reply_bf_mutator, 91 uint32_t reply_bf_mutator,