gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 09/09: fs: Clarify the requesting / responding of a LOC


From: gnunet
Subject: [gnunet-scheme] 09/09: fs: Clarify the requesting / responding of a LOC signature.
Date: Wed, 21 Sep 2022 16:57:23 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 446af1537ea96e5bf3126ebc6a7b6a4fe77af656
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Sep 21 16:55:17 2022 +0200

    fs: Clarify the requesting / responding of a LOC signature.
    
    * gnu/gnunet/message/enum-fs.scmfrag
    (msg:fs:request-loc-signature): Rename to ...
    (msg:fs:response-loc-signature): ... this.
    (msg:fs:loc-sign): Rename to ...
    (msg:fs:request-loc-signature)
    * gnu/gnunet/fs/struct.scm (/:msg:fs:loc-sign): Rename to ...
    (/:msg:fs:request-loc-sign): ... this, and adjust for renaming.
---
 gnu/gnunet/fs/struct.scm           | 4 ++--
 gnu/gnunet/message/enum-fs.scmfrag | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/gnunet/fs/struct.scm b/gnu/gnunet/fs/struct.scm
index 27d36c6..788383f 100644
--- a/gnu/gnunet/fs/struct.scm
+++ b/gnu/gnunet/fs/struct.scm
@@ -42,10 +42,10 @@
        (field (query /hashcode:512)
              (synopsis "Hash of the encrypted content, used for querying"))))
 
-    (define-type /:msg:fs:loc-sign
+    (define-type /:msg:fs:request-loc-sign
       (structure/packed
        (synopsis "Message sent by a FS client to request a LOC signature.")
-       (properties '((message-symbol msg:fs:loc-sign)
+       (properties '((message-symbol msg:fs:request-loc-signature)
                     (c-type . RequestLocSignatureMessage)))
        (field (header /:message-header))
        (field (purpose u32/big)
diff --git a/gnu/gnunet/message/enum-fs.scmfrag 
b/gnu/gnunet/message/enum-fs.scmfrag
index 9f240eb..4d6e6c4 100644
--- a/gnu/gnunet/message/enum-fs.scmfrag
+++ b/gnu/gnunet/message/enum-fs.scmfrag
@@ -1,13 +1,13 @@
-;; -*- scheme -*- Copyright © 2001--2021 GNUnet e.V.
+;; -*- scheme -*- Copyright © 2001--2022 GNUnet e.V.
 ;; SPDX-License-Identifier: AGPL-3.0-or-later
 ;; * FS message types
 
 (value
- (symbol msg:fs:loc-sign)
+ (symbol msg:fs:request-loc-signature)
  (index 126)
  (documentation "Message sent by fs client to request LOC signature."))
 (value
- (symbol msg:fs:request-loc-signature)
+ (symbol msg:fs:response-loc-signature)
  (index 127)
  (documentation "Reply sent by fs service with LOC signature."))
 (value

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]