diff options
author | Bernd Fix <bernd.fix@pep.foundation> | 2019-05-30 21:42:59 +0200 |
---|---|---|
committer | Bernd Fix <bernd.fix@pep.foundation> | 2019-05-30 21:44:54 +0200 |
commit | 09d0b535d3b5dc8798b18a4791d45b4a9c8ab529 (patch) | |
tree | ee64e11b7bb3a6df5197c7cdb3f07a840a63560c /src/revocation | |
parent | 4b2496fc954b18b89d9cebc160b375f1bcf40864 (diff) |
Change and improved comments.
Diffstat (limited to 'src/revocation')
-rw-r--r-- | src/revocation/revocation.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |