Record for the request to be stored by GNS. More...
Data Fields | |
struct Record * | next |
Kept in a DLL. | |
struct Record * | prev |
Kept in a DLL. | |
struct GNUNET_GNSRECORD_Data | grd |
GNS record. | |
Record for the request to be stored by GNS.
Definition at line 117 of file gnunet-zoneimport.c.
struct Record* Record::next |
struct Record* Record::prev |
Kept in a DLL.
Definition at line 127 of file gnunet-zoneimport.c.
struct GNUNET_GNSRECORD_Data Record::grd |
GNS record.
Definition at line 132 of file gnunet-zoneimport.c.
Referenced by add_record(), and process_result().