GNUnet 0.21.1
RevokeMessage Struct Reference

Revoke key. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/revocation/revocation.h>

Collaboration diagram for RevokeMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE. More...
 
uint32_t pow_size
 Length of PoW with signature. More...
 

Detailed Description

Revoke key.

These messages are exchanged between peers (during flooding) but also sent by the client to the service. When the client sends it to the service, the message is answered by a GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just in a struct GNUNET_MessageHeader.

Definition at line 79 of file revocation.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader RevokeMessage::header

◆ pow_size

uint32_t RevokeMessage::pow_size

Length of PoW with signature.

Definition at line 89 of file revocation.h.

Referenced by block_plugin_revocation_check_block(), block_plugin_revocation_get_key(), do_flood(), and GNUNET_REVOCATION_revoke().


The documentation for this struct was generated from the following file: