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_QUERY_RESPONSE. More... | |
uint32_t | is_valid |
GNUNET_NO if revoked, GNUNET_YES if valid. More... | |
Key revocation response.
Definition at line 58 of file revocation.h.
struct GNUNET_MessageHeader QueryResponseMessage::header |
Type: GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE.
Definition at line 63 of file revocation.h.
uint32_t QueryResponseMessage::is_valid |
GNUNET_NO if revoked, GNUNET_YES if valid.
Definition at line 68 of file revocation.h.
Referenced by handle_query_message(), and handle_revocation_query_response().