GNUnet 0.21.2
ValidationResolutionContext Struct Reference

Context to store name resolutions for validation. More...

Collaboration diagram for ValidationResolutionContext:
[legend]

Data Fields

struct ValidationResolutionContextnext
 Next in DLL. More...
 
struct ValidationResolutionContextprev
 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...
 

Detailed Description

Context to store name resolutions for validation.

Definition at line 48 of file gnunet-transport.c.

Field Documentation

◆ next

struct ValidationResolutionContext* ValidationResolutionContext::next

Next in DLL.

Definition at line 53 of file gnunet-transport.c.

Referenced by shutdown_task().

◆ prev

struct ValidationResolutionContext* ValidationResolutionContext::prev

Previous in DLL.

Definition at line 58 of file gnunet-transport.c.

◆ addrcp

struct GNUNET_HELLO_Address* ValidationResolutionContext::addrcp

Address to resolve.

Definition at line 63 of file gnunet-transport.c.

Referenced by shutdown_task().

◆ last_validation

struct GNUNET_TIME_Absolute ValidationResolutionContext::last_validation

Time of last validation.

Definition at line 68 of file gnunet-transport.c.

◆ valid_until

struct GNUNET_TIME_Absolute ValidationResolutionContext::valid_until

Address is valid until.

Definition at line 73 of file gnunet-transport.c.

◆ next_validation

struct GNUNET_TIME_Absolute ValidationResolutionContext::next_validation

Time of next validation.

Definition at line 78 of file gnunet-transport.c.

◆ asc

struct GNUNET_TRANSPORT_AddressToStringContext* ValidationResolutionContext::asc

Transport conversion handle.

Definition at line 83 of file gnunet-transport.c.

Referenced by shutdown_task().

◆ transport

char* ValidationResolutionContext::transport

plugin name

Definition at line 88 of file gnunet-transport.c.

Referenced by shutdown_task().

◆ printed

int ValidationResolutionContext::printed

was the entry printed

Definition at line 93 of file gnunet-transport.c.


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