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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.h b/src/dht/gnunet-service-dht_neighbours.h
index 4f4172f71..96db21b9b 100644
--- a/src/dht/gnunet-service-dht_neighbours.h
+++ b/src/dht/gnunet-service-dht_neighbours.h
@@ -54,15 +54,13 @@ GDS_NEIGHBOURS_lookup_peer (const struct GNUNET_PeerIdentity *target);
54 * network). 54 * network).
55 * 55 *
56 * @param bd data about the block 56 * @param bd data about the block
57 * @param options routing options
58 * @param desired_replication_level desired replication level 57 * @param desired_replication_level desired replication level
59 * @param hop_count how many hops has this message traversed so far 58 * @param hop_count how many hops has this message traversed so far
60 * @param bf Bloom filter of peers this PUT has already traversed 59 * @param bf Bloom filter of peers this PUT has already traversed
61 * @return #GNUNET_OK if the request was forwarded, #GNUNET_NO if not 60 * @return #GNUNET_OK if the request was forwarded, #GNUNET_NO if not
62 */ 61 */
63enum GNUNET_GenericReturnValue 62enum GNUNET_GenericReturnValue
64GDS_NEIGHBOURS_handle_put (const struct GDS_DATACACHE_BlockData *bd, 63GDS_NEIGHBOURS_handle_put (const struct GNUNET_DATACACHE_Block *bd,
65 enum GNUNET_DHT_RouteOption options,
66 uint16_t desired_replication_level, 64 uint16_t desired_replication_level,
67 uint16_t hop_count, 65 uint16_t hop_count,
68 struct GNUNET_CONTAINER_BloomFilter *bf); 66 struct GNUNET_CONTAINER_BloomFilter *bf);
@@ -112,7 +110,7 @@ GDS_NEIGHBOURS_handle_get (enum GNUNET_BLOCK_Type type,
112 */ 110 */
113bool 111bool
114GDS_NEIGHBOURS_handle_reply (struct PeerInfo *pi, 112GDS_NEIGHBOURS_handle_reply (struct PeerInfo *pi,
115 const struct GDS_DATACACHE_BlockData *bd, 113 const struct GNUNET_DATACACHE_Block *bd,
116 const struct GNUNET_HashCode *query_hash, 114 const struct GNUNET_HashCode *query_hash,
117 unsigned int get_path_length, 115 unsigned int get_path_length,
118 const struct GNUNET_DHT_PathElement *get_path); 116 const struct GNUNET_DHT_PathElement *get_path);