gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 04/06: fs/struct: Adjust message type names.


From: gnunet
Subject: [gnunet-scheme] 04/06: fs/struct: Adjust message type names.
Date: Wed, 26 Oct 2022 00:30:05 +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 ba1d72b70b5ca795ebd01718b21724bb42737f56
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Oct 25 22:28:56 2022 +0200

    fs/struct: Adjust message type names.
    
    They are now consistent with the message symbol.
    
    * gnu/gnunet/fs/struct.scm (/:msg:fs:loc-sign,/:msg:fs:request-loc-sign):
    Rename to /:msg:fs:request-loc-signature.
    (/:msg:fs:response-loc-sign): Rename to
    /:msg:fs:response-loc-signature.
---
 gnu/gnunet/fs/struct.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/gnunet/fs/struct.scm b/gnu/gnunet/fs/struct.scm
index cb7917c..872ce07 100644
--- a/gnu/gnunet/fs/struct.scm
+++ b/gnu/gnunet/fs/struct.scm
@@ -21,8 +21,8 @@
 ;; Author: Igor Wronsky, Christian Grothoff
 ;; Ported to Scheme-GNUnet by: Maxime Devos
 (define-library (gnu gnunet fs struct)
-  (export /:msg:fs:loc-sign
-         /:msg:fs:response-loc-sign)
+  (export /:msg:fs:request-loc-signature
+         /:msg:fs:response-loc-signature)
   (import (only (rnrs base) define begin * quote)
          (only (gnu gnunet crypto struct)
                /peer-identity)
@@ -45,7 +45,7 @@
        (field (query /hashcode:512)
              (synopsis "Hash of the encrypted content, used for querying"))))
 
-    (define-type /:msg:fs:request-loc-sign
+    (define-type /:msg:fs:request-loc-signature
       (structure/packed
        (synopsis "Message sent by a FS client to request a LOC signature.")
        (properties '((message-symbol msg:fs:request-loc-signature)
@@ -61,7 +61,7 @@
        (field (file-length u64/big)
              (synopsis "Size of the shared file (to be signed)"))))
 
-    (define-type /:msg:fs:response-loc-sign
+    (define-type /:msg:fs:response-loc-signature
       (structure/packed
        (synopsis "Message sent by the service to the client with a LOC 
signature.")
        (properties '((message-symbol msg:fs:response-loc-signature)

-- 
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]