GNUnet  0.20.0
Zone Struct Reference

Some zones may include authoritative records for other zones, such as foo.com.uk or bar.com.fr. More...

Collaboration diagram for Zone:
[legend]

Data Fields

struct Zonenext
 Kept in a DLL. More...
 
struct Zoneprev
 Kept in a DLL. More...
 
char * domain
 Domain of the zone (i.e. More...
 
struct GNUNET_IDENTITY_PrivateKey key
 Private key of the zone. More...
 

Detailed Description

Some zones may include authoritative records for other zones, such as foo.com.uk or bar.com.fr.

As for GNS each dot represents a zone cut, we then need to create a zone on-the-fly to capture those records properly.

Definition at line 77 of file gnunet-zoneimport.c.

Field Documentation

◆ next

struct Zone* Zone::next

Kept in a DLL.

Definition at line 82 of file gnunet-zoneimport.c.

Referenced by iterate_zones().

◆ prev

struct Zone* Zone::prev

Kept in a DLL.

Definition at line 87 of file gnunet-zoneimport.c.

◆ domain

char* Zone::domain

Domain of the zone (i.e.

"fr" or "com.fr")

Definition at line 92 of file gnunet-zoneimport.c.

Referenced by httpdomain.httpdomain.HTTPIndex::generate(), and iterate_zones().

◆ key


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