gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/02: cadet/struct: Add missing header.


From: gnunet
Subject: [gnunet-scheme] 01/02: cadet/struct: Add missing header.
Date: Tue, 16 Aug 2022 17:57:20 +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 a840128140d739d3ac6d65e9db7263bcdc991af4
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Aug 16 17:48:01 2022 +0200

    cadet/struct: Add missing header.
    
    * gnu/gnunet/cadet/struct.scm (/:msg:cadet:command-line-traffic)[header]:
    New field.
---
 gnu/gnunet/cadet/struct.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/gnunet/cadet/struct.scm b/gnu/gnunet/cadet/struct.scm
index 07f3a37..2e3902e 100644
--- a/gnu/gnunet/cadet/struct.scm
+++ b/gnu/gnunet/cadet/struct.scm
@@ -113,4 +113,5 @@ client that more data can be sent across a channel.")
        (documentation "This free-form message is sent from a client to another 
client
 over a CADET channel (TODO: port? connection?), as done by the 
@code{gnunet-cadet}
 application.  The header is followed by the actual data.")
+       (field (header /:message-header))
        (properties '((message-symbol . msg:cadet:command-line-trafic)))))))

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