aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index 7f737ea03..dfe969bb9 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -302,9 +302,9 @@ static void
302dht_get_handler (void *cls, 302dht_get_handler (void *cls,
303 struct GNUNET_TIME_Absolute exp, 303 struct GNUNET_TIME_Absolute exp,
304 const struct GNUNET_HashCode *key, 304 const struct GNUNET_HashCode *key,
305 const struct GNUNET_PeerIdentity *get_path, 305 const struct GNUNET_DHT_PathElement *get_path,
306 unsigned int get_path_length, 306 unsigned int get_path_length,
307 const struct GNUNET_PeerIdentity *put_path, 307 const struct GNUNET_DHT_PathElement *put_path,
308 unsigned int put_path_length, 308 unsigned int put_path_length,
309 enum GNUNET_BLOCK_Type type, 309 enum GNUNET_BLOCK_Type type,
310 size_t size, 310 size_t size,