gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Change and improved comment


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Change and improved comments.
Date: Thu, 30 May 2019 21:46:10 +0200

This is an automated email from the git hooks/post-receive script.

bernd-fix pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 09d0b535d Change and improved comments.
09d0b535d is described below

commit 09d0b535d3b5dc8798b18a4791d45b4a9c8ab529
Author: Bernd Fix <address@hidden>
AuthorDate: Thu May 30 21:42:59 2019 +0200

    Change and improved comments.
---
 src/gns/gns.h               | 15 ---------------
 src/revocation/revocation.h |  5 +++--
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/src/gns/gns.h b/src/gns/gns.h
index 2b35fa814..3b41de83c 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -27,21 +27,6 @@
 
 #include "gnunet_gns_service.h"
 
-/**
- * Name of the GNS TLD.
- */
-#define GNUNET_GNS_TLD "gnu"
-
-/**
- * Name of the zone key TLD.
- */
-#define GNUNET_GNS_TLD_ZKEY "zkey"
-
-/**
- * TLD name used to indicate relative names.
- */
-#define GNUNET_GNS_TLD_PLUS "+"
-
 
 GNUNET_NETWORK_STRUCT_BEGIN
 
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index f17a7fae5..38fb476ed 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -102,7 +102,7 @@ struct RevokeMessage
 
   /**
    * Must have purpose #GNUNET_SIGNATURE_PURPOSE_REVOCATION,
-   * size expands over the public key.
+   * size expands over the public key. (@deprecated)
    */
   struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
 
@@ -125,7 +125,8 @@ struct RevocationResponseMessage
   struct GNUNET_MessageHeader header;
 
   /**
-   * #GNUNET_NO if revoked, #GNUNET_YES if valid.
+   * #GNUNET_NO if revocation failed for internal reasons (e.g. disk full)
+   * #GNUNET_YES on success
    */
   uint32_t is_valid GNUNET_PACKED;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]