Context to store name resolutions for validation. More...
Data Fields | |
struct ValidationResolutionContext * | next |
Next in DLL. More... | |
struct ValidationResolutionContext * | prev |
Previous in DLL. More... | |
struct GNUNET_HELLO_Address * | addrcp |
Address to resolve. More... | |
struct GNUNET_TIME_Absolute | last_validation |
Time of last validation. More... | |
struct GNUNET_TIME_Absolute | valid_until |
Address is valid until. More... | |
struct GNUNET_TIME_Absolute | next_validation |
Time of next validation. More... | |
struct GNUNET_TRANSPORT_AddressToStringContext * | asc |
Transport conversion handle. More... | |
char * | transport |
plugin name More... | |
int | printed |
was the entry printed More... | |
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.