aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 95fb37bcd..8af02ad8a 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -174,9 +174,9 @@ timeout_task_cb (void *cls)
174static void 174static void
175dht_get_handler (void *cls, struct GNUNET_TIME_Absolute exp, 175dht_get_handler (void *cls, struct GNUNET_TIME_Absolute exp,
176 const struct GNUNET_HashCode *key, 176 const struct GNUNET_HashCode *key,
177 const struct GNUNET_PeerIdentity *get_path, 177 const struct GNUNET_DHT_PathElement *get_path,
178 unsigned int get_path_length, 178 unsigned int get_path_length,
179 const struct GNUNET_PeerIdentity *put_path, 179 const struct GNUNET_DHT_PathElement *put_path,
180 unsigned int put_path_length, 180 unsigned int put_path_length,
181 enum GNUNET_BLOCK_Type type, 181 enum GNUNET_BLOCK_Type type,
182 size_t size, const void *data) 182 size_t size, const void *data)
@@ -261,7 +261,7 @@ monitor_get_cb (void *cls,
261 uint32_t hop_count, 261 uint32_t hop_count,
262 uint32_t desired_replication_level, 262 uint32_t desired_replication_level,
263 unsigned int path_length, 263 unsigned int path_length,
264 const struct GNUNET_PeerIdentity *path, 264 const struct GNUNET_DHT_PathElement *path,
265 const struct GNUNET_HashCode *key) 265 const struct GNUNET_HashCode *key)
266{ 266{
267 unsigned int i; 267 unsigned int i;
@@ -298,7 +298,7 @@ monitor_put_cb (void *cls,
298 uint32_t hop_count, 298 uint32_t hop_count,
299 uint32_t desired_replication_level, 299 uint32_t desired_replication_level,
300 unsigned int path_length, 300 unsigned int path_length,
301 const struct GNUNET_PeerIdentity *path, 301 const struct GNUNET_DHT_PathElement *path,
302 struct GNUNET_TIME_Absolute exp, 302 struct GNUNET_TIME_Absolute exp,
303 const struct GNUNET_HashCode *key, 303 const struct GNUNET_HashCode *key,
304 const void *data, 304 const void *data,
@@ -334,9 +334,9 @@ monitor_put_cb (void *cls,
334static void 334static void
335monitor_res_cb (void *cls, 335monitor_res_cb (void *cls,
336 enum GNUNET_BLOCK_Type type, 336 enum GNUNET_BLOCK_Type type,
337 const struct GNUNET_PeerIdentity *get_path, 337 const struct GNUNET_DHT_PathElement *get_path,
338 unsigned int get_path_length, 338 unsigned int get_path_length,
339 const struct GNUNET_PeerIdentity *put_path, 339 const struct GNUNET_DHT_PathElement *put_path,
340 unsigned int put_path_length, 340 unsigned int put_path_length,
341 struct GNUNET_TIME_Absolute exp, 341 struct GNUNET_TIME_Absolute exp,
342 const struct GNUNET_HashCode *key, 342 const struct GNUNET_HashCode *key,