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>
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... | |
Change in blacklisting (either request or notification, depending on which direction it is going).
Definition at line 585 of file transport.h.
struct GNUNET_MessageHeader BlacklistMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY or GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_REPLY.
Definition at line 577 of file transport.h.
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().
struct GNUNET_PeerIdentity BlacklistMessage::peer |
Which peer is being blacklisted or queried?
Definition at line 597 of file transport.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), do_blacklist_check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and handle_query().