GNUnet  0.20.0
AddressRecord Struct Reference

Record we keep for each printable address. More...

Collaboration diagram for AddressRecord:
[legend]

Data Fields

struct GNUNET_TRANSPORT_AddressToStringContextatsc
 Current address-to-string context (if active, otherwise NULL). More...
 
struct GNUNET_TIME_Absolute expiration
 Address expiration time. More...
 
char * result
 Printable address. More...
 
struct PrintContextpc
 Print context this address record belongs to. More...
 

Detailed Description

Record we keep for each printable address.

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

Field Documentation

◆ atsc

struct GNUNET_TRANSPORT_AddressToStringContext * AddressRecord::atsc

Current address-to-string context (if active, otherwise NULL).

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

Referenced by print_address(), process_resolved_address(), and shutdown_task().

◆ expiration

struct GNUNET_TIME_Absolute AddressRecord::expiration

Address expiration time.

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

Referenced by print_address().

◆ result

◆ pc

struct PrintContext * AddressRecord::pc

Print context this address record belongs to.

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

Referenced by print_address(), and process_resolved_address().


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