GNUnet 0.21.1
RecordListEntry Struct Reference

Entry in list of cached DNS records for a hostname. More...

Collaboration diagram for RecordListEntry:
[legend]

Data Fields

struct RecordListEntrynext
 This is a doubly linked list. More...
 
struct RecordListEntryprev
 This is a doubly linked list. More...
 
struct GNUNET_DNSPARSER_Recordrecord
 Cached data. More...
 

Detailed Description

Entry in list of cached DNS records for a hostname.

Definition at line 47 of file gnunet-service-resolver.c.

Field Documentation

◆ next

struct RecordListEntry* RecordListEntry::next

This is a doubly linked list.

Definition at line 52 of file gnunet-service-resolver.c.

Referenced by remove_expired(), and try_cache().

◆ prev

struct RecordListEntry* RecordListEntry::prev

This is a doubly linked list.

Definition at line 57 of file gnunet-service-resolver.c.

◆ record

struct GNUNET_DNSPARSER_Record* RecordListEntry::record

Cached data.

Definition at line 62 of file gnunet-service-resolver.c.

Referenced by add_host(), cache_answers(), free_cache_entry(), and free_hosts_entry().


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