Handle for blacklisting requests. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Connection to transport service. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
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... | |
Handle for blacklisting requests.
Definition at line 37 of file transport_api_blacklist.c.
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().
const struct GNUNET_CONFIGURATION_Handle* GNUNET_TRANSPORT_Blacklist::cfg |
Configuration to use.
Definition at line 47 of file transport_api_blacklist.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), GNUNET_TRANSPORT_blacklist(), reconnect(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().
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().
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().