gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 03/03: protocols: Add entry for gnunet-cadet-style CADET


From: gnunet
Subject: [gnunet-scheme] 03/03: protocols: Add entry for gnunet-cadet-style CADET traffic.
Date: Thu, 28 Jul 2022 16:02:04 +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 0021c418cf739988045fb45ec11ea3bfceb9f995
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Jul 28 16:01:03 2022 +0200

    protocols: Add entry for gnunet-cadet-style CADET traffic.
    
    * gnu/gnunet/message/protocols.scmgen 
(entries)[msg:cadet:command-line-traffic]:
      New entry.
---
 gnu/gnunet/message/protocols.scmgen | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/message/protocols.scmgen 
b/gnu/gnunet/message/protocols.scmgen
index d04cda8..ac14b11 100644
--- a/gnu/gnunet/message/protocols.scmgen
+++ b/gnu/gnunet/message/protocols.scmgen
@@ -1,6 +1,6 @@
 ;; -*- scheme -*- Constants for network protocols
 ;; This file is part of scheme-GNUnet.
-;; Copyright (C) 2001--2021 GNUnet e.V.
+;; Copyright (C) 2001--2021, 2022 GNUnet e.V.
 ;; SPDX-License-Identifier: AGPL-3.0-or-later
 ;;
 ;; scheme-GNUnet is free software: you can redistribute it and/or modify it
@@ -124,6 +124,13 @@
     ,@(include/sexp "enum-multicast.scmfrag")
     ,@(msg:filler 763 999)
     ,@(include/sexp "enum-cadet.scmfrag")
+    ,@(msg:filler 1026 1058)
+    (value
+     (symbol msg:cadet:command-line-traffic)
+     (index 1059)
+     (documentation "A message sent by the @code{gnunet-cadet} CLI.
+The contents is free-form, all that is required is sending it."))
+
     ;; TODO:
     ;; SECRETSHARING,
     ;; PEERSTORE,

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