Change and improved comments.
authorBernd Fix <bernd.fix@pep.foundation>
Thu, 30 May 2019 19:42:59 +0000 (21:42 +0200)
committerBernd Fix <bernd.fix@pep.foundation>
Thu, 30 May 2019 19:44:54 +0000 (21:44 +0200)
src/gns/gns.h
src/revocation/revocation.h

index 2b35fa814c7d92601ce04eef72dce6e5824e04cc..3b41de83c57730bc48273941872cc2db833bd881 100644 (file)
 
 #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
 
index f17a7fae58bccfb62d2477a60fcb3de205f27503..38fb476edf379b320df3176c7b6680f7ffad69ae 100644 (file)
@@ -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;