aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2023-01-07 21:28:25 +0100
committerMaxime Devos <maximedevos@telenet.be>2023-01-07 21:28:25 +0100
commitceb8a222f6fda3303859547650ab4c74f13ecb42 (patch)
tree4d368c3b913920258f975e2f33f4920c1b5b2612
parent44061e6dc2b15b6f6cb036d00a8adb0e3d1a474a (diff)
downloadgnunet-scheme-ceb8a222f6fda3303859547650ab4c74f13ecb42.tar.gz
gnunet-scheme-ceb8a222f6fda3303859547650ab4c74f13ecb42.zip
fs/struct: Add missing field 'signature' of /:msg:fs:response-loc-signature.
* gnu/gnunet/fs/struct.scm (/:msg:fs:response-loc-signature)[signature]: Add field.
-rw-r--r--gnu/gnunet/fs/struct.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/gnunet/fs/struct.scm b/gnu/gnunet/fs/struct.scm
index c63c866..12e9874 100644
--- a/gnu/gnunet/fs/struct.scm
+++ b/gnu/gnunet/fs/struct.scm
@@ -31,7 +31,7 @@
31 /:msg:fs:put!) 31 /:msg:fs:put!)
32 (import (only (rnrs base) define begin * quote) 32 (import (only (rnrs base) define begin * quote)
33 (only (gnu gnunet crypto struct) 33 (only (gnu gnunet crypto struct)
34 /peer-identity) 34 /eddsa-signature /peer-identity)
35 (only (gnu gnunet hashcode struct) 35 (only (gnu gnunet hashcode struct)
36 /hashcode:512) 36 /hashcode:512)
37 (only (gnu gnunet util struct) 37 (only (gnu gnunet util struct)
@@ -80,6 +80,8 @@
80 (synopsis "Expiration time of this signature.") 80 (synopsis "Expiration time of this signature.")
81 (documentation "Expiration time that was actually used (rounded!). 81 (documentation "Expiration time that was actually used (rounded!).
82IIUC, not necessarily the time that was requested.")) 82IIUC, not necessarily the time that was requested."))
83 (field (signature /eddsa-signature)
84 (synopsis "The requested signature"))
83 (field (peer /peer-identity) 85 (field (peer /peer-identity)
84 (synopsis "Identity of the peer sharing the file.") 86 (synopsis "Identity of the peer sharing the file.")
85 (documentation "On a typical setup, this is the identity of the 87 (documentation "On a typical setup, this is the identity of the