aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht.h')
-rw-r--r--src/dht/gnunet-service-dht.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht.h b/src/dht/gnunet-service-dht.h
index e9b1ff63a..367ff426e 100644
--- a/src/dht/gnunet-service-dht.h
+++ b/src/dht/gnunet-service-dht.h
@@ -73,7 +73,7 @@ void
73GDS_CLIENTS_handle_reply (const struct GDS_DATACACHE_BlockData *bd, 73GDS_CLIENTS_handle_reply (const struct GDS_DATACACHE_BlockData *bd,
74 const struct GNUNET_HashCode *query_hash, 74 const struct GNUNET_HashCode *query_hash,
75 unsigned int get_path_length, 75 unsigned int get_path_length,
76 const struct GNUNET_PeerIdentity *get_path); 76 const struct GNUNET_DHT_PathElement *get_path);
77 77
78 78
79/** 79/**
@@ -94,7 +94,7 @@ GDS_CLIENTS_process_get (enum GNUNET_DHT_RouteOption options,
94 uint32_t hop_count, 94 uint32_t hop_count,
95 uint32_t desired_replication_level, 95 uint32_t desired_replication_level,
96 unsigned int path_length, 96 unsigned int path_length,
97 const struct GNUNET_PeerIdentity *path, 97 const struct GNUNET_DHT_PathElement *path,
98 const struct GNUNET_HashCode *key); 98 const struct GNUNET_HashCode *key);
99 99
100 100
@@ -108,7 +108,7 @@ GDS_CLIENTS_process_get (enum GNUNET_DHT_RouteOption options,
108 */ 108 */
109void 109void
110GDS_CLIENTS_process_get_resp (const struct GDS_DATACACHE_BlockData *bd, 110GDS_CLIENTS_process_get_resp (const struct GDS_DATACACHE_BlockData *bd,
111 const struct GNUNET_PeerIdentity *get_path, 111 const struct GNUNET_DHT_PathElement *get_path,
112 unsigned int get_path_length); 112 unsigned int get_path_length);
113 113
114 114