GNUnet  0.20.0
BlacklistMessage Struct Reference

Change in blacklisting (either request or notification, depending on which direction it is going). More...

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

Collaboration diagram for BlacklistMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY or GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_REPLY. More...
 
uint32_t is_allowed
 0 for the query, GNUNET_OK (allowed) or GNUNET_SYSERR (disallowed) for the response. More...
 
struct GNUNET_PeerIdentity peer
 Which peer is being blacklisted or queried? More...
 

Detailed Description

Change in blacklisting (either request or notification, depending on which direction it is going).

Definition at line 585 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader BlacklistMessage::header

◆ is_allowed

uint32_t BlacklistMessage::is_allowed

0 for the query, GNUNET_OK (allowed) or GNUNET_SYSERR (disallowed) for the response.

Definition at line 597 of file transport.h.

Referenced by do_blacklist_check(), and handle_query().

◆ peer


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