gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/03: dht/struct: Correct field name.


From: gnunet
Subject: [gnunet-scheme] 02/03: dht/struct: Correct field name.
Date: Fri, 11 Feb 2022 20:38:11 +0100

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 5c65eec51ea370a517c7a183bc57f26003d7cc4a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Feb 11 16:26:13 2022 +0000

    dht/struct: Correct field name.
    
    * gnu/gnunet/dht/struct.scm (/:msg:dht:client:get:stop): Correct name
      of the 'unique-id' field.
---
 gnu/gnunet/dht/struct.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/dht/struct.scm b/gnu/gnunet/dht/struct.scm
index 98788f7..529d68f 100644
--- a/gnu/gnunet/dht/struct.scm
+++ b/gnu/gnunet/dht/struct.scm
@@ -73,7 +73,7 @@ and discard any state.")
              (synopsis "Type: msg:dht:client:get:stop"))
        (field (reserved u32/big)
              (synopsis "Always zero"))
-       (field (reserved u64/big)
+       (field (unique-id u64/big)
              (synopsis "Unique ID identifying this request"))
        (field (key /hashcode:512)
              (synopsis "Key of this request"))))

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