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