aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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/fs
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/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index c3fe5ff58..beb29a506 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1102,9 +1102,9 @@ static void
1102handle_dht_reply (void *cls, 1102handle_dht_reply (void *cls,
1103 struct GNUNET_TIME_Absolute exp, 1103 struct GNUNET_TIME_Absolute exp,
1104 const struct GNUNET_HashCode *key, 1104 const struct GNUNET_HashCode *key,
1105 const struct GNUNET_PeerIdentity *get_path, 1105 const struct GNUNET_DHT_PathElement *get_path,
1106 unsigned int get_path_length, 1106 unsigned int get_path_length,
1107 const struct GNUNET_PeerIdentity *put_path, 1107 const struct GNUNET_DHT_PathElement *put_path,
1108 unsigned int put_path_length, 1108 unsigned int put_path_length,
1109 enum GNUNET_BLOCK_Type type, 1109 enum GNUNET_BLOCK_Type type,
1110 size_t size, 1110 size_t size,