Context to store name resolutions for validation. More...
Data Fields | |
| struct ValidationResolutionContext * | next |
| Next in DLL. | |
| struct ValidationResolutionContext * | prev |
| Previous in DLL. | |
| struct GNUNET_HELLO_Address * | addrcp |
| Address to resolve. | |
| struct GNUNET_TIME_Absolute | last_validation |
| Time of last validation. | |
| struct GNUNET_TIME_Absolute | valid_until |
| Address is valid until. | |
| struct GNUNET_TIME_Absolute | next_validation |
| Time of next validation. | |
| struct GNUNET_TRANSPORT_AddressToStringContext * | asc |
| Transport conversion handle. | |
| char * | transport |
| plugin name | |
| int | printed |
| was the entry printed | |
Context to store name resolutions for validation.
Definition at line 48 of file gnunet-transport.c.
| struct ValidationResolutionContext* ValidationResolutionContext::next |
| struct ValidationResolutionContext* ValidationResolutionContext::prev |
Previous in DLL.
Definition at line 58 of file gnunet-transport.c.
| struct GNUNET_HELLO_Address* ValidationResolutionContext::addrcp |
Address to resolve.
Definition at line 63 of file gnunet-transport.c.
Referenced by shutdown_task().
| struct GNUNET_TIME_Absolute ValidationResolutionContext::last_validation |
Time of last validation.
Definition at line 68 of file gnunet-transport.c.
| struct GNUNET_TIME_Absolute ValidationResolutionContext::valid_until |
Address is valid until.
Definition at line 73 of file gnunet-transport.c.
| struct GNUNET_TIME_Absolute ValidationResolutionContext::next_validation |
Time of next validation.
Definition at line 78 of file gnunet-transport.c.
| struct GNUNET_TRANSPORT_AddressToStringContext* ValidationResolutionContext::asc |
Transport conversion handle.
Definition at line 83 of file gnunet-transport.c.
Referenced by shutdown_task().
| char* ValidationResolutionContext::transport |
| int ValidationResolutionContext::printed |
was the entry printed
Definition at line 93 of file gnunet-transport.c.