gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 253/324: nse/client: Correct type documentation of <serv


From: gnunet
Subject: [gnunet-scheme] 253/324: nse/client: Correct type documentation of <server>.
Date: Tue, 21 Sep 2021 13:24:53 +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 ff4b36563806e55c96b22b67112ea9fe8cb27612
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Sep 10 14:13:37 2021 +0200

    nse/client: Correct type documentation of <server>.
    
    * gnu/gnunet/nse/client.scm (<server>)[estimate/box]:
      Correct type in comment.
---
 gnu/gnunet/nse/client.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index 92e8d77..0f02443 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.scm
@@ -78,7 +78,8 @@
       (opaque #t))
 
     (define-record-type (<server> %make-server server?)
-      (fields (immutable estimate/box server-estimate/box) ; atomic box of 
flonum
+      ;; Atomic box of <estimate>
+      (fields (immutable estimate/box server-estimate/box)
              (immutable request-close-condition
                         server-request-close-condition)))
 

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