GNUnet 0.21.1
Record Struct Reference

Record for the request to be stored by GNS. More...

Collaboration diagram for Record:
[legend]

Data Fields

struct Recordnext
 Kept in a DLL. More...
 
struct Recordprev
 Kept in a DLL. More...
 
struct GNUNET_GNSRECORD_Data grd
 GNS record. More...
 

Detailed Description

Record for the request to be stored by GNS.

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

Field Documentation

◆ next

struct Record* Record::next

Kept in a DLL.

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

Referenced by ns_lookup_result_cb(), and process_result().

◆ prev

struct Record* Record::prev

Kept in a DLL.

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

◆ grd

struct GNUNET_GNSRECORD_Data Record::grd

GNS record.

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

Referenced by add_record(), and process_result().


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