gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 179/324: nse/struct: Document 'timestamp' field of estim


From: gnunet
Subject: [gnunet-scheme] 179/324: nse/struct: Document 'timestamp' field of estimates.
Date: Tue, 21 Sep 2021 13:23:39 +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 f1f36e5ab54dcabe7e9dfab0748d941c67c3fb2d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Aug 14 19:09:56 2021 +0200

    nse/struct: Document 'timestamp' field of estimates.
    
    * gnu/gnunet/nse/struct.scm (/:msg:nse:estimate)[timestamp]: Add a
      synopsis.
---
 gnu/gnunet/nse/struct.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/nse/struct.scm b/gnu/gnunet/nse/struct.scm
index 53c93c9..4243e07 100644
--- a/gnu/gnunet/nse/struct.scm
+++ b/gnu/gnunet/nse/struct.scm
@@ -48,7 +48,8 @@ standard deviation of known estimates.")
        (properties '((message-symbol msg:nse:estimate)))
        (field (header /:message-header))
        (field (reserved u32/big))
-       (field (timestamp /time-absolute))
+       (field (timestamp /time-absolute)
+             (synopsis "Timestamp for when the estimate was made"))
        (field (size-estimate ieee-double/big))
        (field (std-deviation ieee-double/big))))
 

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