aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.c')
-rw-r--r--src/dht/gnunet-service-dht_datacache.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.c b/src/dht/gnunet-service-dht_datacache.c
index 214c4a3f4..cb778717b 100644
--- a/src/dht/gnunet-service-dht_datacache.c
+++ b/src/dht/gnunet-service-dht_datacache.c
@@ -152,7 +152,7 @@ datacache_get_iterator (void *cls,
152 enum GNUNET_BLOCK_Type type, 152 enum GNUNET_BLOCK_Type type,
153 struct GNUNET_TIME_Absolute exp, 153 struct GNUNET_TIME_Absolute exp,
154 unsigned int put_path_length, 154 unsigned int put_path_length,
155 const struct GNUNET_PeerIdentity *put_path) 155 const struct GNUNET_DHT_PathElement *put_path)
156{ 156{
157 struct GetRequestContext *ctx = cls; 157 struct GetRequestContext *ctx = cls;
158 enum GNUNET_BLOCK_ReplyEvaluationResult eval; 158 enum GNUNET_BLOCK_ReplyEvaluationResult eval;
@@ -301,7 +301,8 @@ datacache_get_successors_iterator (void *cls,
301 enum GNUNET_BLOCK_Type type, 301 enum GNUNET_BLOCK_Type type,
302 struct GNUNET_TIME_Absolute exp, 302 struct GNUNET_TIME_Absolute exp,
303 unsigned int put_path_length, 303 unsigned int put_path_length,
304 const struct GNUNET_PeerIdentity *put_path) 304 const struct
305 GNUNET_DHT_PathElement *put_path)
305{ 306{
306 const struct SuccContext *sc = cls; 307 const struct SuccContext *sc = cls;
307 struct GDS_DATACACHE_BlockData bd = { 308 struct GDS_DATACACHE_BlockData bd = {