From: Bernd Fix Date: Thu, 30 May 2019 19:42:59 +0000 (+0200) Subject: Change and improved comments. X-Git-Tag: v0.11.5~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09d0b535d3b5dc8798b18a4791d45b4a9c8ab529;p=oweals%2Fgnunet.git Change and improved comments. --- 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;