Some zones may include authoritative records for other zones, such as foo.com.uk or bar.com.fr. More...
Data Fields | |
struct Zone * | next |
Kept in a DLL. More... | |
struct Zone * | prev |
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... | |
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.
struct Zone* Zone::next |
struct Zone* Zone::prev |
Kept in a DLL.
Definition at line 87 of file gnunet-zoneimport.c.
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().
struct GNUNET_IDENTITY_PrivateKey Zone::key |
Private key of the zone.
Definition at line 92 of file gnunet-zoneimport.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), iterate_zones(), ns_lookup_result_cb(), process_result(), and gnunet-chk.Chk::uri().