aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index 957c71d7f..4d557bba8 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -87,9 +87,9 @@ static void
87test_get_iterator (void *cls, 87test_get_iterator (void *cls,
88 struct GNUNET_TIME_Absolute exp, 88 struct GNUNET_TIME_Absolute exp,
89 const struct GNUNET_HashCode *key, 89 const struct GNUNET_HashCode *key,
90 const struct GNUNET_PeerIdentity *get_path, 90 const struct GNUNET_DHT_PathElement *get_path,
91 unsigned int get_path_length, 91 unsigned int get_path_length,
92 const struct GNUNET_PeerIdentity *put_path, 92 const struct GNUNET_DHT_PathElement *put_path,
93 unsigned int put_path_length, 93 unsigned int put_path_length,
94 enum GNUNET_BLOCK_Type type, 94 enum GNUNET_BLOCK_Type type,
95 size_t size, 95 size_t size,