GNUnet  0.19.3
GNUNET_TRANSPORT_Blacklist Struct Reference

Handle for blacklisting requests. More...

Collaboration diagram for GNUNET_TRANSPORT_Blacklist:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Connection to transport service. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 Configuration to use. More...
 
GNUNET_TRANSPORT_BlacklistCallback cb
 Function to call for determining if a peer is allowed to communicate with us. More...
 
void * cb_cls
 Closure for cb. More...
 

Detailed Description

Handle for blacklisting requests.

Definition at line 37 of file transport_api_blacklist.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_TRANSPORT_Blacklist::mq

Connection to transport service.

Definition at line 42 of file transport_api_blacklist.c.

Referenced by GNUNET_TRANSPORT_blacklist(), GNUNET_TRANSPORT_blacklist_cancel(), handle_query(), and reconnect().

◆ cfg

◆ cb

GNUNET_TRANSPORT_BlacklistCallback GNUNET_TRANSPORT_Blacklist::cb

Function to call for determining if a peer is allowed to communicate with us.

Definition at line 53 of file transport_api_blacklist.c.

Referenced by GNUNET_TRANSPORT_blacklist(), and handle_query().

◆ cb_cls

void* GNUNET_TRANSPORT_Blacklist::cb_cls

Closure for cb.

Definition at line 58 of file transport_api_blacklist.c.

Referenced by GNUNET_TRANSPORT_blacklist(), and handle_query().


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