GNUnet 0.24.4-talerdev.1-26-g056a24676
 
Loading...
Searching...
No Matches
Zone Struct Reference

Egos / Zones. More...

Collaboration diagram for Zone:
[legend]

Data Fields

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

Detailed Description

Egos / Zones.

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-namestore-zonefile.c.

Field Documentation

◆ next

struct Zone * Zone::next

Kept in a DLL.

Definition at line 81 of file gnunet-namestore-zonefile.c.

Referenced by ensure_ego_and_continue(), iterate_zones(), missing_zone_creation_cont(), and queue().

◆ prev

struct Zone * Zone::prev

Kept in a DLL.

Definition at line 86 of file gnunet-namestore-zonefile.c.

◆ domain

◆ key


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