GNUnet 0.21.1
CheckKnownAddressContext Struct Reference

Closure for check_known_address. More...

Collaboration diagram for CheckKnownAddressContext:
[legend]

Data Fields

const char * address
 Set to the address we are looking for. More...
 
struct ValidationStatevs
 Set to a matching validation state, if one was found. More...
 

Detailed Description

Closure for check_known_address.

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

Field Documentation

◆ address

const char* CheckKnownAddressContext::address

Set to the address we are looking for.

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

Referenced by check_known_address(), and start_address_validation().

◆ vs

struct ValidationState* CheckKnownAddressContext::vs

Set to a matching validation state, if one was found.

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

Referenced by check_known_address(), and start_address_validation().


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