aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-09 12:22:04 +0100
commitec19c1e316efdd29a7af0524fc2ff33cc4b19d09 (patch)
tree184a59ff1c8408c462254e53f7e2004be829e237 /src/dht/test_dht_topo.c
parentc3ecadd45b11f82e22ba81b42864c7826d0f97c6 (diff)
downloadgnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.tar.gz
gnunet-ec19c1e316efdd29a7af0524fc2ff33cc4b19d09.zip
DHT: modify API and protocol messages to add path signatures, except for now the actual signatures are just placeholders (signing and signature verification are missing)
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,