From 09d0b535d3b5dc8798b18a4791d45b4a9c8ab529 Mon Sep 17 00:00:00 2001 From: Bernd Fix Date: Thu, 30 May 2019 21:42:59 +0200 Subject: [PATCH] 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; -- 2.25.1