GNUnet  0.20.0
TestConnectionContext Struct Reference

Closure for test_connection_ok(). More...

Collaboration diagram for TestConnectionContext:
[legend]

Data Fields

int first
 Is this the first neighbour we're checking? More...
 
struct TransportClienttc
 Handle to the blacklisting client we need to ask. More...
 

Detailed Description

Closure for test_connection_ok().

Definition at line 1984 of file gnunet-service-transport.c.

Field Documentation

◆ first

int TestConnectionContext::first

Is this the first neighbour we're checking?

Definition at line 1989 of file gnunet-service-transport.c.

Referenced by handle_client_blacklist_init(), and test_connection_ok().

◆ tc

struct TransportClient* TestConnectionContext::tc

Handle to the blacklisting client we need to ask.

Definition at line 1994 of file gnunet-service-transport.c.

Referenced by handle_client_blacklist_init(), and test_connection_ok().


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