aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-07 20:29:24 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-07 20:29:24 +0200
commit3abeb45550e1cbf4939583c9b6ff48335fe6f1a9 (patch)
treea653991a417cc0a683a95d3b61c67e26fb341486 /src/fs
parent2906241b6a21d6009a0d195199f3a08e8f4d4e2a (diff)
downloadgnunet-3abeb45550e1cbf4939583c9b6ff48335fe6f1a9.tar.gz
gnunet-3abeb45550e1cbf4939583c9b6ff48335fe6f1a9.zip
implemented new DHT path signing with origin authentication
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index f05194907..ee2dbca32 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -1077,6 +1077,7 @@ test_put_load_too_high (uint32_t priority)
1077 * @param cls closure 1077 * @param cls closure
1078 * @param exp when will this value expire 1078 * @param exp when will this value expire
1079 * @param key key of the result 1079 * @param key key of the result
1080 * @param trunc_peer truncated peer, NULL for none
1080 * @param get_path peers on reply path (or NULL if not recorded) 1081 * @param get_path peers on reply path (or NULL if not recorded)
1081 * @param get_path_length number of entries in @a get_path 1082 * @param get_path_length number of entries in @a get_path
1082 * @param put_path peers on the PUT path (or NULL if not recorded) 1083 * @param put_path peers on the PUT path (or NULL if not recorded)
@@ -1089,6 +1090,7 @@ static void
1089handle_dht_reply (void *cls, 1090handle_dht_reply (void *cls,
1090 struct GNUNET_TIME_Absolute exp, 1091 struct GNUNET_TIME_Absolute exp,
1091 const struct GNUNET_HashCode *key, 1092 const struct GNUNET_HashCode *key,
1093 const struct GNUNET_PeerIdentity *trunc_peer,
1092 const struct GNUNET_DHT_PathElement *get_path, 1094 const struct GNUNET_DHT_PathElement *get_path,
1093 unsigned int get_path_length, 1095 unsigned int get_path_length,
1094 const struct GNUNET_DHT_PathElement *put_path, 1096 const struct GNUNET_DHT_PathElement *put_path,