From 09d0b535d3b5dc8798b18a4791d45b4a9c8ab529 Mon Sep 17 00:00:00 2001 From: Bernd Fix Date: Thu, 30 May 2019 21:42:59 +0200 Subject: Change and improved comments. --- src/revocation/revocation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/revocation') 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; -- cgit v1.2.3