GNUnet 0.21.1
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_CRYPTO_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 76 of file gnunet-zoneimport.c.

Field Documentation

◆ next

struct Zone* Zone::next

Kept in a DLL.

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

Referenced by iterate_zones(), and queue().

◆ prev

struct Zone* Zone::prev

Kept in a DLL.

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

◆ domain

◆ key


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