Key revocation response. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/revocation/revocation.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE. More... | |
uint32_t | is_valid |
GNUNET_NO if revocation failed for internal reasons (e.g. More... | |
Key revocation response.
Definition at line 98 of file revocation.h.
struct GNUNET_MessageHeader RevocationResponseMessage::header |
Type: GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE.
Definition at line 103 of file revocation.h.
uint32_t RevocationResponseMessage::is_valid |
GNUNET_NO if revocation failed for internal reasons (e.g.
disk full) GNUNET_YES on success
Definition at line 109 of file revocation.h.
Referenced by handle_revocation_response(), and handle_revoke_message().