Record we keep for each printable address. More...
Data Fields | |
struct GNUNET_TRANSPORT_AddressToStringContext * | atsc |
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 PrintContext * | pc |
Print context this address record belongs to. More... | |
Record we keep for each printable address.
Definition at line 48 of file gnunet-peerinfo.c.
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().
struct GNUNET_TIME_Absolute AddressRecord::expiration |
Address expiration time.
Definition at line 53 of file gnunet-peerinfo.c.
Referenced by print_address().
char * AddressRecord::result |
Printable address.
Definition at line 63 of file gnunet-peerinfo.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), print_address(), process_resolved_address(), and shutdown_task().
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().