aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet_dht_profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet_dht_profiler.c')
-rw-r--r--src/dht/gnunet_dht_profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index ba50c3d1a..bac101bdd 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -469,9 +469,9 @@ static void
469get_iter (void *cls, 469get_iter (void *cls,
470 struct GNUNET_TIME_Absolute exp, 470 struct GNUNET_TIME_Absolute exp,
471 const struct GNUNET_HashCode *key, 471 const struct GNUNET_HashCode *key,
472 const struct GNUNET_PeerIdentity *get_path, 472 const struct GNUNET_DHT_PathElement *get_path,
473 unsigned int get_path_length, 473 unsigned int get_path_length,
474 const struct GNUNET_PeerIdentity *put_path, 474 const struct GNUNET_DHT_PathElement *put_path,
475 unsigned int put_path_length, 475 unsigned int put_path_length,
476 enum GNUNET_BLOCK_Type type, 476 enum GNUNET_BLOCK_Type type,
477 size_t size, const void *data) 477 size_t size, const void *data)