Closure for check_known_address. More...
Data Fields | |
const char * | address |
Set to the address we are looking for. More... | |
struct ValidationState * | vs |
Set to a matching validation state, if one was found. More... | |
Closure for check_known_address.
Definition at line 9000 of file gnunet-service-transport.c.
const char* CheckKnownAddressContext::address |
Set to the address we are looking for.
Definition at line 9005 of file gnunet-service-transport.c.
Referenced by check_known_address(), and start_address_validation().
struct ValidationState* CheckKnownAddressContext::vs |
Set to a matching validation state, if one was found.
Definition at line 9010 of file gnunet-service-transport.c.
Referenced by check_known_address(), and start_address_validation().